Skip to content

Commit

Permalink
fix workers deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
aabassiouni committed Sep 15, 2024
1 parent e2ffaae commit 2b5785f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/workers-deploy-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
- name: Deploy To Cloudflare Workers
uses: cloudflare/wrangler-action@v3
with:
preCommands: pnpm install
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
workingDirectory: ./apps/workers
environment: preview
1 change: 1 addition & 0 deletions .github/workflows/workers-deploy-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
- name: Deploy To Cloudflare Workers
uses: cloudflare/wrangler-action@v3
with:
preCommands: pnpm install
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
workingDirectory: ./apps/workers
environment: production

0 comments on commit 2b5785f

Please sign in to comment.