We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caff06a commit 639c858Copy full SHA for 639c858
.github/workflows/deploy-mcp-server.yml
@@ -37,4 +37,4 @@ jobs:
37
env:
38
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
39
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
40
- run: cd mcp-server && npx wrangler deploy # Assumes wrangler.jsonc is configured
+ run: cd mcp-server && npx wrangler deploy --account-id ${{ secrets.CLOUDFLARE_ACCOUNT_ID }} # Assumes wrangler.jsonc is configured
0 commit comments