every.channel/docs/DEPLOY_CLOUDFLARE.md
2026-02-15 16:17:27 -05:00

22 lines
455 B
Markdown

# 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`
The workflow is defined in `.forgejo/workflows/deploy-cloudflare.yml`.
## Manual deploy (local)
```sh
cd apps/tauri/ui
trunk build --release --public-url /
cd deploy/cloudflare-worker
npm ci
npm run deploy
```