mirror of
https://github.com/cupcakearmy/dvb.git
synced 2024-11-05 09:14:09 +01:00
14 lines
233 B
YAML
14 lines
233 B
YAML
|
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
|