Skip to content

Commit

Permalink
minor: use wrangler-action
Browse files Browse the repository at this point in the history
  • Loading branch information
okdargy committed Jan 2, 2024
1 parent 56e37db commit 2d68032
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy-wrangler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
- name: Install Dependencies
run: npm install
- name: Deploy to Cloudflare Workers
env:
uses: cloudflare/wrangler-action@v3
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
run: npm run deploy
buildCommand: npm run build

0 comments on commit 2d68032

Please sign in to comment.