don't remove

This commit is contained in:
nicco 2018-10-10 15:18:51 +02:00
parent 41728444a1
commit 35c696e83c

View File

@ -8,7 +8,16 @@ pipeline:
secrets: [ ssh_key ] secrets: [ ssh_key ]
target: /srv/web/dvb target: /srv/web/dvb
source: ./* source: ./*
rm: true
when: when:
event: push event: push
branch: master branch: master
reload:
image: appleboy/drone-ssh
host: nicco.io
username: deploy
port: 1312
secrets: [ ssh_key ]
script:
- echo hello
- echo world