Try to avoid copying files if not needed
All checks were successful
ci/woodpecker/push/main Pipeline was successful

This commit is contained in:
Luca Beltrame 2022-04-24 14:25:13 +02:00
parent 03363aeb1e
commit a84d70cd4a
Signed by: einar
GPG key ID: 4707F46E9EC72DEC

View file

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