Skip to content

Commit

Permalink
Refactor deploy workflow to use cloudflare/wrangler-action@v3
Browse files Browse the repository at this point in the history
  • Loading branch information
jqshuv committed Oct 15, 2024
1 parent f8a1ac5 commit c1e1280
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ jobs:
path: wrangler.toml
key: vars.AUTH_SECRET
value: ${{ secrets.AUTH_SECRET }}
- name: ⚙️ Install Dependencies
run: pnpm install --frozen-lockfile

- name: 🌑 Deploy
uses: cloudflare/wrangler-action@v3
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}

0 comments on commit c1e1280

Please sign in to comment.