Skip to content

Update README.md #9

Update README.md

Update README.md #9

Workflow file for this run

name: Deploy
on:
push:
branches:
- main
workflow_dispatch:
jobs:
upload:
runs-on: ubuntu-latest
name: Deploy
steps:
- uses: actions/checkout@v4
- name: Install Wrangler
run: npm install -g wrangler@3.90.0
- name: Check Wrangler Version
run: wrangler --version
- name: Deploy Worker
env:
CF_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
run: wrangler deploy