ikwilvanmijnicmpaf.nl/.drone.yml
2020-12-30 16:38:19 +01:00

16 lines
344 B
YAML

pipeline:
publish:
image: drillster/drone-rsync
hosts:
from_secret: rsync_host
key:
from_secret: rsync_key
user:
from_secret: rsync_user
source: ./
target: /var/www/vhosts/nick.bouwhuis.io/ikwilvanmijnicmpaf.nl
recursive: true
delete: true
when:
branch: [master]
event: [push]