Skip to content

Commit d40fc3b

Browse files
Maksym Diabinclaude
andcommitted
fix(deploy): pass Cloudflare account ID and enable verbose logs
Add CLOUDFLARE_DEFAULT_ACCOUNT_ID env var required by SST with home: "cloudflare", and add --print-logs for better error visibility. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent eef6bdb commit d40fc3b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
- name: Fix Pulumi version conflict
3131
run: sudo rm -f /usr/local/bin/pulumi-language-nodejs
3232

33-
- run: bun sst deploy --stage=${{ github.ref_name }}
33+
- run: bun sst deploy --stage=${{ github.ref_name }} --print-logs
3434
env:
3535
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
36+
CLOUDFLARE_DEFAULT_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_DEFAULT_ACCOUNT_ID }}

0 commit comments

Comments
 (0)