455 B
455 B
Cloudflare Deploy (Forgejo Actions)
This repo deploys https://every.channel via Wrangler.
Prereqs
- Forgejo Actions enabled on the repo.
- A Cloudflare API token stored as a Forgejo Actions secret:
- name:
CLOUDFLARE_API_TOKEN
- name:
The workflow is defined in .forgejo/workflows/deploy-cloudflare.yml.
Manual deploy (local)
cd apps/tauri/ui
trunk build --release --public-url /
cd deploy/cloudflare-worker
npm ci
npm run deploy