diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..d606b74 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,8 @@ +pipeline: + + docker: + image: plugins/docker + repo: bunix42/duck-dns + tags: + - latest + secrets: [ docker_username, docker_password ]