added CI config
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2019-09-24 17:52:08 +02:00
parent fc88f93fb3
commit 26056e25a9

15
.drone.yml Normal file
View File

@@ -0,0 +1,15 @@
kind: pipeline
name: default
steps:
- name: docker
image: plugins/docker
settings:
registry: registry.d1v3.de
repo: registry.d1v3.de/bibcheck
username:
from_secret: docker_username
password:
from_secret: docker_password
tags: latest
auto_tag: true