This commit is contained in:
parent
7560ab1423
commit
64e8875565
1 changed files with 10 additions and 14 deletions
|
@ -3,25 +3,21 @@ workspace:
|
||||||
path: data
|
path: data
|
||||||
|
|
||||||
pipeline:
|
pipeline:
|
||||||
#get_submodules:
|
|
||||||
#image: alpine/git
|
|
||||||
#commands:
|
|
||||||
#- git submodule update --init --recursive --remote themes/ananke/
|
|
||||||
build:
|
build:
|
||||||
image: einar/hugo
|
image: einar/hugo
|
||||||
commands:
|
commands:
|
||||||
- git lfs pull
|
- git lfs pull
|
||||||
- hugo --destination /checkout/public
|
- hugo --destination /checkout/public
|
||||||
#cleanup:
|
cleanup:
|
||||||
#image: alpine
|
image: alpine
|
||||||
#environment:
|
environment:
|
||||||
#- NGINX_UID=476
|
- NGINX_UID=476
|
||||||
#- NGINX_GID=476
|
- NGINX_GID=476
|
||||||
#commands:
|
commands:
|
||||||
#- chown -R $NGINX_UID:$NGINX_ID /site/
|
- chown -R $NGINX_UID:$NGINX_ID /checkout/public/
|
||||||
#- rm -f /site/.gitadd /site/.gitignore
|
- rm -f /checkout/public/.gitadd /checkout/public/.gitignore
|
||||||
#volumes:
|
volumes:
|
||||||
#- /srv/www/htdocs/dennogumi.org:/site
|
- /srv/www/htdocs/dennogumi.org:/site
|
||||||
#deploy:
|
#deploy:
|
||||||
#image: einar/drone-rsync
|
#image: einar/drone-rsync
|
||||||
#pull: never
|
#pull: never
|
||||||
|
|
Loading…
Add table
Reference in a new issue