This commit is contained in:
2019-09-24 07:03:15 +02:00
parent b8b98aadb6
commit 91339cb19d
4 changed files with 108 additions and 0 deletions

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