This commit is contained in:
nicco 2018-07-26 11:43:38 +02:00
parent 9307ca4113
commit 8707f39188

14
.drone.yml Normal file
View File

@ -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