diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..8c39ad0 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,14 @@ +pipeline: + + copy: + image: appleboy/drone-scp + host: nicco.io + username: deploy + port: 1312 + secrets: [ ssh_key ] + target: /srv/web/dvb + source: ./* + rm: true + when: + event: push + branch: master \ No newline at end of file