website/.woodpecker.yml
Anthony Wang 66d63a1ff8
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Make April Fools' Day joke reproducible by adding it to CI
2024-04-01 15:34:49 -04:00

12 lines
393 B
YAML

steps:
build:
image: fish
commands:
- hugo --minify --cleanDestinationDir --destination /srv/http/a
- echo eW91IGZvdW5kIGl0IQo= | base64 -d > /srv/http/a/holy-grail
- cd /srv/http/a
- git clone https://github.com/awestover/skyspace.git
- mv skyspace/* . || true
- mv skyspace/posts/* posts
- curl -OJ https://awestover.github.io/favicon.ico