every.channel: sanitized baseline
This commit is contained in:
commit
897e556bea
258 changed files with 74298 additions and 0 deletions
22
docs/DEPLOY_CLOUDFLARE.md
Normal file
22
docs/DEPLOY_CLOUDFLARE.md
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
# 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
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue