Skip to content

add image to readme #26

add image to readme

add image to readme #26

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