Browse Source

add drone build file

master
Hanjo Meinhardt 5 years ago
parent
commit
0ad9410e95
  1. 8
      .drone.yml

8
.drone.yml

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