implemented my own rsync plugin to support arm64

main
Ricard Illa 2022-08-21 19:48:11 +02:00
parent b2befc3393
commit e15c3da709
No known key found for this signature in database
GPG Key ID: F69A672B72E54902
1 changed files with 3 additions and 4 deletions

View File

@ -10,11 +10,10 @@ pipeline:
publish: publish:
image: drillster/drone-rsync image: drillster/drone-rsync
settings: settings:
hosts: ["caladan"] host: caladan
user: woodpecker user: woodpecker
key: key:
from_secret: ssh_key from_secret: ssh_key
source: ./html/* source: html/*
target: /srv/sites/frontpage target: /srv/sites/frontpage
recursive: true args: --recursive --human-readable --delete
delete: true