First support for caddy 2
All checks were successful
continuous-integration/drone/tag Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
Fabian Stamm
2020-06-18 11:47:31 +02:00
parent bc814e85ef
commit 3486be607c
3 changed files with 48 additions and 19 deletions

21
.drone.yml Normal file
View File

@ -0,0 +1,21 @@
kind: pipeline
type: docker
name: default
steps:
- name: Publish to docker
image: plugins/docker
settings:
username:
from_secret: docker_username
password:
from_secret: docker_password
auto_tag: true
repo: hibas123.azurecr.io/caddy
registry: hibas123.azurecr.io
debug: true
when:
branch: [master]
event:
exclude:
- pull_request