# 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 ```