deploy worker

This commit is contained in:
Jeff Emmett 2025-09-02 01:27:35 +02:00
parent ce0ae690fc
commit 71ba2755b1
1 changed files with 2 additions and 4 deletions

View File

@ -24,11 +24,9 @@ jobs:
working-directory: ./worker
- name: Deploy to Cloudflare Workers
uses: cloudflare/wrangler-action@v3
uses: cloudflare/wrangler-action@v4
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
workingDirectory: "worker"
command: deploy
env:
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}