From 6e243822ffc56d2f9ca77c5641a987beb59b16fc Mon Sep 17 00:00:00 2001 From: Chubby Granny Chaser Date: Mon, 13 Oct 2025 23:16:26 +0100 Subject: [PATCH] ci: prod deployment wrangler --- .github/workflows/build-renderer.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-renderer.yml b/.github/workflows/build-renderer.yml index 9e69f320..64b7930c 100644 --- a/.github/workflows/build-renderer.yml +++ b/.github/workflows/build-renderer.yml @@ -31,7 +31,7 @@ jobs: run: | npx --yes wrangler@3 pages deploy out/renderer \ --project-name=hydra-staging \ - --commit-dirty=true + --commit-dirty=true \ --branch=production env: CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}