ci(config): add cloudflare pages deployment via gitea actions

adds wrangler.json for static output config and a gitea actions
workflow that builds with bun and deploys to cloudflare pages on
pushes to main.
This commit is contained in:
Sanil Chawla
2026-02-11 23:35:40 -08:00
parent 8692e17c66
commit e88a3dfd52
2 changed files with 34 additions and 0 deletions

6
wrangler.json Normal file
View File

@@ -0,0 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/cloudflare/workers-sdk/main/packages/wrangler/config-schema/schema.json",
"name": "lofty-landing",
"pages_build_output_dir": "dist",
"compatibility_date": "2026-02-01"
}