ci: testing build

This commit is contained in:
Chubby Granny Chaser
2025-10-13 22:59:09 +01:00
parent 59d4545476
commit a8bbb76190

View File

@@ -27,10 +27,11 @@ jobs:
env:
RENDERER_VITE_EXTERNAL_RESOURCES_URL: ${{ vars.EXTERNAL_RESOURCES_URL }}
- name: Deploy with wrangler
uses: cloudflare/wrangler-action@v3
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
command: pages deploy out/renderer --project-name=hydra-staging
gitHubToken: ${{ secrets.GITHUB_TOKEN }}
- name: Deploy to Cloudflare Pages
run: |
npx --yes wrangler@3 pages deploy out/renderer \
--project-name=hydra-staging \
--commit-dirty=true
env:
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}