ci: compress when rsync
All checks were successful
Deploy workflow / deploy (push) Successful in 12s

This commit is contained in:
Matthieu Bessat 2024-04-15 22:54:29 +02:00
parent 13a47d3fb6
commit 2b732f462f

View file

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