ci: fix rsync flag, need to have -r
All checks were successful
Deploy workflow / deploy (push) Successful in 12s
All checks were successful
Deploy workflow / deploy (push) Successful in 12s
This commit is contained in:
parent
4f9baa029d
commit
38f01abacf
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ jobs:
|
|||
REMOTE_USER: forgejo_actions_websites
|
||||
SRV_HOST: srv06.lefuturiste.fr
|
||||
run: |
|
||||
rsync --stats --compress \
|
||||
rsync -r --stats --compress \
|
||||
-e 'ssh -i ~/.ssh/id_edsa -o StrictHostKeyChecking=no' ./public \
|
||||
$REMOTE_USER@$SRV_HOST:$OUTPUT_PATH$GITHUB_REF_NAME
|
||||
|
||||
|
|
Loading…
Reference in a new issue