Make rsync quieter
All checks were successful
ci/woodpecker/push/main Pipeline was successful

This commit is contained in:
Luca Beltrame 2022-04-25 11:07:39 +02:00
parent 8aa708ca41
commit 2fd46aa2a9
Signed by: einar
GPG key ID: 4707F46E9EC72DEC

View file

@ -16,7 +16,7 @@ pipeline:
deploy:
image: einar/hugo
commands:
- rsync -aXHP --size-only --checksum /checkout/public/ /site/ --exclude .gitadd --exclude .gitignore
- rsync -aXHP --size-only --checksum --quiet /checkout/public/ /site/ --exclude .gitadd --exclude .gitignore
volumes:
- /srv/www/htdocs/dennogumi.org:/site
notify: