One more step
All checks were successful
ci/woodpecker/push/main Pipeline was successful

This commit is contained in:
Luca Beltrame 2022-04-24 12:58:31 +02:00
parent 7560ab1423
commit 64e8875565
Signed by: einar
GPG key ID: 4707F46E9EC72DEC

View file

@ -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