File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3636 accountId : ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
3737 preCommands : pnpm install && pnpm build
3838 command : pages deploy dist --project-name=pkg-pr-new --branch=main
39- env :
40- NITRO_GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
41- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
42- NITRO_APP_ID : ${{ secrets.NITRO_APP_ID }}
43- NITRO_WEBHOOK_SECRET : ${{ secrets.NITRO_WEBHOOK_SECRET }}
44- NITRO_PRIVATE_KEY : ${{ secrets.NITRO_PRIVATE_KEY }}
45- NITRO_RM_STALE_KEY : ${{ secrets.NITRO_RM_STALE_KEY }}
46- NITRO_TEST : " true"
47- NITRO_GH_BASE_URL : " https://api.github.com"
48- NODE_OPTIONS : " --max-old-space-size=4096"
49-
50- - name : Capture Wrangler logs
51- if : failure()
52- run : |
53- echo "=== WRANGLER LOGS ==="
54- ls -la /home/runner/.config/.wrangler/logs/
55- LATEST_LOG=$(ls -t /home/runner/.config/.wrangler/logs/ | head -1)
56- cat /home/runner/.config/.wrangler/logs/$LATEST_LOG
57- echo "=== END WRANGLER LOGS ==="
58-
59- - name : Upload logs as artifacts
60- if : failure()
61- uses : actions/upload-artifact@v4
62- with :
63- name : wrangler-logs
64- path : /home/runner/.config/.wrangler/logs/
65- retention-days : 5
66-
6739 - name : Deployment Url
6840 env :
6941 DEPLOYMENT_URL : ${{ steps.deploy.outputs.deployment-url }}
You can’t perform that action at this time.
0 commit comments