Try to avoid copying files if not needed
All checks were successful
ci/woodpecker/push/main Pipeline was successful
All checks were successful
ci/woodpecker/push/main Pipeline was successful
This commit is contained in:
parent
03363aeb1e
commit
a84d70cd4a
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue