Add Drone Build
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Stefan Hoffmann 2020-04-26 20:56:54 +00:00
parent 9b0b73eac5
commit 743e104355

13
.drone.yml Normal file
View File

@ -0,0 +1,13 @@
kind: pipeline
name: meshviewer-cron build
steps:
- name: docker
image: plugins/docker
settings:
repo: fftdf/meshviewer-cron
target: meshviewer
username:
from_secret: docker_username
password:
from_secret: docker_password