We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f406ac9 commit 698974bCopy full SHA for 698974b
.github/workflows/deploy-storacha.yml
@@ -42,7 +42,7 @@ jobs:
42
uses: mathiasvr/[email protected]
43
id: cloudflare
44
with:
45
- run: npx wrangler pages deploy --project-name console-storacha --branch "feat/storacha-skin" --commit-hash "$GITHUB_SHA" .vercel/output/static
+ run: npx wrangler pages deploy --project-name console-storacha --branch "main" --commit-hash "$GITHUB_SHA" .vercel/output/static
46
env:
47
CLOUDFLARE_API_TOKEN: ${{ secrets.CF_TOKEN }}
48
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CF_ACCOUNT_ID }}
0 commit comments