From bd2793c2f677a7c535bd82cda3e87317b15ab778 Mon Sep 17 00:00:00 2001 From: Anthony Wang Date: Sat, 20 Jan 2024 11:13:38 -0500 Subject: [PATCH] Change /srv/http/pages to /srv/http --- .woodpecker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 239edb7..4ff3a9d 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -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