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:
image: drillster/drone-rsync
settings:
hosts: ["caladan"]
host: caladan
user: woodpecker
key:
from_secret: ssh_key
source: ./html/*
source: html/*
target: /srv/sites/frontpage
recursive: true
delete: true
args: --recursive --human-readable --delete