Skip to content

Commit d25f0cd

Browse files
committed
fix: update deployment step to use correct worker name and streamline secret handling
1 parent 8bafc8a commit d25f0cd

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/deploy-proxy.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,10 @@ jobs:
8787
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
8888
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
8989
CRYPTOKEN: ${{ secrets.CRYPTOKEN }}
90-
run: |
91-
cd apps/mcp
90+
run:
9291
npx wrangler secret bulk < secrets.json
9392

94-
- name: Deploy MCP Worker
93+
- name: Deploy Proxy Worker
9594
uses: cloudflare/wrangler-action@v3
9695
env:
9796
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}

0 commit comments

Comments
 (0)