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 92712c2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/workers-deploy-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
with:
version: latest

- name: Install dependencies
run: pnpm install

- name: Deploy To Cloudflare Workers
uses: cloudflare/wrangler-action@v3
with:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/workers-deploy-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
with:
version: latest

- name: Install dependencies
run: pnpm install

- name: Deploy To Cloudflare Workers
uses: cloudflare/wrangler-action@v3
with:
Expand Down

0 comments on commit 92712c2

Please sign in to comment.