add drone config
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Jeffrey Paul 2020-02-04 23:59:05 -08:00
parent c38450665b
commit 85b7877ae9
1 changed files with 12 additions and 0 deletions

12
.drone.yml Normal file
View File

@ -0,0 +1,12 @@
kind: pipeline
name: default
steps:
- name: docker
image: plugins/docker
settings:
repo: sneak/feta
username:
from_secret: docker_username
password:
from_secret: docker_password