Skip to content

Commit

Permalink
minor: deploy with minify
Browse files Browse the repository at this point in the history
  • Loading branch information
okdargy committed Jan 4, 2024
1 parent 23f1afc commit a2f1924
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-wrangler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ jobs:
- name: Deploy to Cloudflare Workers
uses: cloudflare/wrangler-action@v3
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
command: deploy src/index.ts --minify

0 comments on commit a2f1924

Please sign in to comment.