ci: fix
All checks were successful
/ test (push) Successful in 10s

This commit is contained in:
Matthieu Bessat 2023-11-07 23:09:03 +01:00
parent 8dcfff8272
commit 2544edfb8f

View file

@ -33,7 +33,7 @@ jobs:
REMOTE_USER: forgejo_actions_websites
SRV_HOST: srv06.lefuturiste.fr
run: |
rsync --archive --stats \
-e 'ssh -i ~/.ssh/id_edsa -o StrictHostKeyChecking=no' public/ \
rsync --perms --archive --stats \
-e 'ssh -i ~/.ssh/id_edsa -o StrictHostKeyChecking=no' ./public \
${REMOTE_USER}@${SRV_HOST}:${OUTPUT_PATH}