Skip to content

Commit

Permalink
fix: production flag removed
Browse files Browse the repository at this point in the history
--production flag is not supported by this current version of wrangler
  • Loading branch information
noryev authored Jan 17, 2025
1 parent 77047fa commit 3b2cd09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ jobs:
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.TESTNET_CLOUDFLARE_ACCOUNT_ID }}
CLOUDFLARE_PROJECT_NAME: ${{ secrets.TESTNET_CLOUDFLARE_PROJECT_NAME }}
run: |
npx wrangler pages deploy ./apps/info-dashboard/out --project-name=$CLOUDFLARE_PROJECT_NAME --branch=main --production --commit-dirty=true
npx wrangler pages deploy ./apps/info-dashboard/out --project-name=$CLOUDFLARE_PROJECT_NAME --branch=main --commit-dirty=true

0 comments on commit 3b2cd09

Please sign in to comment.