ci: prod deployment wrangler

This commit is contained in:
Chubby Granny Chaser
2025-10-13 23:16:26 +01:00
parent 12274b8c57
commit 6e243822ff

View File

@@ -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 }}