Skip to content

Initial commit πŸŽ‰ #1

Initial commit πŸŽ‰

Initial commit πŸŽ‰ #1

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@v2
- name: Build & Deploy Worker
uses: cloudflare/wrangler-action@v3
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}