website/.woodpecker.yml
Anthony Wang 0550aa5067
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/manual/<no value> Pipeline was successful
Revert "Specify /tmp/hugo_a as cache dir so build succeeds"
This reverts commit 10dc10d8bf.
2023-06-26 17:00:29 +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