added drone file for automated building while testing

This commit is contained in:
alex-phillips 2019-12-14 14:00:17 -05:00
parent 3304ff6805
commit c7a45af28f

20
.drone.yml Normal file
View File

@ -0,0 +1,20 @@
---
kind: pipeline
name: linux-amd64
platform:
os: linux
arch: amd64
steps:
- name: publish_image
image: plugins/docker
settings:
auto_tag: true
auto_tag_suffix: linux-amd64
dockerfile: Dockerfile
username:
from_secret: docker_username
password:
from_secret: docker_password
repo: alexphillips/wikijs