website/.woodpecker.yml
Anthony Wang fb88a4052b
Revert "Fix typo in build clone stage"
This reverts commit 922bedd755.

This forces git to pull the repo over HTTP instead of SSH
2022-12-31 03:38:55 +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