This commit is contained in:
parent
8aa708ca41
commit
2fd46aa2a9
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue