Skip to content

Configured automatic deployment #18

Configured automatic deployment

Configured automatic deployment #18

Workflow file for this run

name: Deploy
on:
push:
branches:
- main
paths:
- 'src/**'
- wrangler.toml
jobs:
deploy:
name: Deploy
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Build & Publish
uses: cloudflare/wrangler-action@v3
with:
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}