publish build with rsync

main
Ricard Illa 2022-08-21 18:47:23 +02:00
parent a36ec11837
commit 2336be6086
No known key found for this signature in database
GPG Key ID: F69A672B72E54902
1 changed files with 12 additions and 0 deletions

View File

@ -6,3 +6,15 @@ pipeline:
commands:
- make www
- make onion
publish:
image: drillster/drone-rsync
settings:
hosts: ["caladan"]
user: woodpecker
key:
from_secret: ssh_key
source: ./html/*
target: /srv/sites/frontpage
recursive: true
delete: true