This commit is contained in:
parent
8aa708ca41
commit
2fd46aa2a9
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ pipeline:
|
||||||
deploy:
|
deploy:
|
||||||
image: einar/hugo
|
image: einar/hugo
|
||||||
commands:
|
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:
|
volumes:
|
||||||
- /srv/www/htdocs/dennogumi.org:/site
|
- /srv/www/htdocs/dennogumi.org:/site
|
||||||
notify:
|
notify:
|
||||||
|
|
Loading…
Add table
Reference in a new issue