1
0

add drone build file

Esse commit está contido em:
Hanjo Meinhardt 2018-03-15 21:34:29 +01:00
commit 0ad9410e95

8
.drone.yml Arquivo normal
Ver arquivo

@ -0,0 +1,8 @@
pipeline:
docker:
image: plugins/docker
repo: bunix42/duck-dns
tags:
- latest
secrets: [ docker_username, docker_password ]