Skip to content

Fixing up the deploy script #2

Fixing up the deploy script

Fixing up the deploy script #2

Workflow file for this run

name: Deploy Worker
on:
push:
branches:
- main
pull_request:
branches:
- main
repository_dispatch:
jobs:
deploy:
environment: main
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
- uses: actions/checkout@v4
- name: Build & Deploy Worker
uses: cloudflare/wrangler-action@v3
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}