Skip to content

Commit

Permalink
fix: use main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Shaw committed Jul 31, 2024
1 parent f406ac9 commit 698974b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-storacha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
uses: mathiasvr/[email protected]
id: cloudflare
with:
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
env:
CLOUDFLARE_API_TOKEN: ${{ secrets.CF_TOKEN }}
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CF_ACCOUNT_ID }}

0 comments on commit 698974b

Please sign in to comment.