Change /srv/http/pages to /srv/http
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Anthony Wang 2024-01-20 11:13:38 -05:00
parent f875dcf80a
commit bd2793c2f6
Signed by: a
SSH key fingerprint: SHA256:B5ADfMCqd2M7d/jtXDoihAV/yfXOAbWWri9+GdCN4hQ

View file

@ -2,5 +2,5 @@ steps:
build:
image: fish
commands:
- hugo --minify --cleanDestinationDir --destination /srv/http/pages/a
- echo eW91IGZvdW5kIGl0IQo= | base64 -d > /srv/http/pages/a/holy-grail
- hugo --minify --cleanDestinationDir --destination /srv/http/a
- echo eW91IGZvdW5kIGl0IQo= | base64 -d > /srv/http/a/holy-grail