From a18abf2e7b1beb0aa40d799896998ec3072b75f2 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Wed, 9 Jul 2025 19:32:38 -0400 Subject: [PATCH] added proxy to publish job --- .build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.build.yml b/.build.yml index 1c60728..f2522e3 100644 --- a/.build.yml +++ b/.build.yml @@ -5,6 +5,7 @@ packages: - uv environment: site: ficd.ca + proxy: ficd.srht.site repo: ficd.ca zonaref: git+https://git.sr.ht/~ficd/zona@d739ef5d95f2f508658b357ac61e39309da892ad tasks: @@ -27,6 +28,7 @@ tasks: - upload: | if [ "$GIT_REF" = "refs/heads/main" ]; then hut pages publish -d "$site" $repo/public.tar.gz + hut pages publish -d "$proxy" $repo/public.tar.gz else echo "Skipping upload: not on main" fi