Skip to content

feat: restructure application, add worker #1

feat: restructure application, add worker

feat: restructure application, add worker #1

Workflow file for this run

name: Deploy Cloudflare Worker
on:
push:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-latest
name: Deploy
steps:
- uses: actions/checkout@v3
- name: Publish
uses: cloudflare/[email protected]
with:
apiToken: ${{ secrets.CF_API_TOKEN }}
workingDirectory: "packages/worker"