Skip to content

deploy to cf workers #2

deploy to cf workers

deploy to cf workers #2

Workflow file for this run

name: cf workers
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-latest
environment: cf
steps:
- uses: actions/checkout@v4
- name: deploy
uses: cloudflare/wrangler-action@v3
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}