ci: fix rsync flag, need to have -r
All checks were successful
Deploy workflow / deploy (push) Successful in 12s

This commit is contained in:
Matthieu Bessat 2024-04-15 23:04:33 +02:00
parent 4f9baa029d
commit 38f01abacf

View file

@ -57,7 +57,7 @@ jobs:
REMOTE_USER: forgejo_actions_websites REMOTE_USER: forgejo_actions_websites
SRV_HOST: srv06.lefuturiste.fr SRV_HOST: srv06.lefuturiste.fr
run: | run: |
rsync --stats --compress \ rsync -r --stats --compress \
-e 'ssh -i ~/.ssh/id_edsa -o StrictHostKeyChecking=no' ./public \ -e 'ssh -i ~/.ssh/id_edsa -o StrictHostKeyChecking=no' ./public \
$REMOTE_USER@$SRV_HOST:$OUTPUT_PATH$GITHUB_REF_NAME $REMOTE_USER@$SRV_HOST:$OUTPUT_PATH$GITHUB_REF_NAME