This commit is contained in:
parent
917caf2156
commit
03363aeb1e
1 changed files with 0 additions and 2 deletions
|
@ -5,7 +5,6 @@ workspace:
|
||||||
pipeline:
|
pipeline:
|
||||||
build:
|
build:
|
||||||
image: einar/hugo
|
image: einar/hugo
|
||||||
pull: never
|
|
||||||
commands:
|
commands:
|
||||||
- git lfs pull
|
- git lfs pull
|
||||||
- hugo --destination /checkout/public
|
- hugo --destination /checkout/public
|
||||||
|
@ -21,7 +20,6 @@ pipeline:
|
||||||
- /srv/www/htdocs/dennogumi.org:/site
|
- /srv/www/htdocs/dennogumi.org:/site
|
||||||
deploy:
|
deploy:
|
||||||
image: einar/hugo
|
image: einar/hugo
|
||||||
pull: never
|
|
||||||
commands:
|
commands:
|
||||||
- rsync -aXHP /checkout/public/ /site/ --exclude .gitadd --exclude .gitignore
|
- rsync -aXHP /checkout/public/ /site/ --exclude .gitadd --exclude .gitignore
|
||||||
volumes:
|
volumes:
|
||||||
|
|
Loading…
Add table
Reference in a new issue