diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..1d334c7 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,17 @@ +--- +kind: pipeline +type: docker +name: default +steps: +- name: push docker image + image: plugins/docker + settings: + repo: j10l/drone-nsd-zones + username: + from_secret: docker_username + password: + from_secret: docker_password +volumes: +- name: docker_sock + host: + path: /var/run/docker.sock diff --git a/scp_and_reload.sh b/scp_and_reload.sh index 7a693aa..1f00f9e 100644 --- a/scp_and_reload.sh +++ b/scp_and_reload.sh @@ -1,3 +1,3 @@ #!/bin/bash - +echo $env