website/.woodpecker.yml
Anthony Wang e2c0423e26
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Make hugo clean destination dir every build
2023-01-04 22:40:06 +00:00

16 lines
380 B
YAML

clone:
git:
image: fish
commands:
- cd ~/Code/website
- git pull https://git.exozy.me/a/website.git
- git submodule update
pipeline:
build:
image: fish
commands:
- cd ~/Code/website
- hugo --minify --cleanDestinationDir --destination /srv/http/pages/a
- echo eW91IGZvdW5kIGl0IQo= | base64 -d > /srv/http/pages/a/holy-grail