mirror of
https://github.com/cupcakearmy/dvb.git
synced 2024-11-05 09:14:09 +01:00
don't remove
This commit is contained in:
parent
41728444a1
commit
35c696e83c
11
.drone.yml
11
.drone.yml
@ -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
|
Loading…
Reference in New Issue
Block a user