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