website/.woodpecker.yml
Anthony Wang 9c001a3197
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Fix pipeline build cwd
2022-09-26 14:19:25 +00:00

16 lines
358 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 --destination /srv/http/pages/a
- echo eW91IGZvdW5kIGl0IQo= | base64 -d > /srv/http/pages/a/holy-grail