Make April Fools' Day joke reproducible by adding it to CI
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Anthony Wang 2024-04-01 15:33:49 -04:00
parent 5a52556692
commit 66d63a1ff8
Signed by: a
SSH key fingerprint: SHA256:B5ADfMCqd2M7d/jtXDoihAV/yfXOAbWWri9+GdCN4hQ

View file

@ -4,3 +4,8 @@ steps:
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