Remove keywos
All checks were successful
ci/woodpecker/push/main Pipeline was successful

This commit is contained in:
Luca Beltrame 2022-04-24 14:21:51 +02:00
parent 917caf2156
commit 03363aeb1e
Signed by: einar
GPG key ID: 4707F46E9EC72DEC

View file

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