ci(config): add Cloudflare Pages deployment via Gitea Actions
All checks were successful
Deploy to Cloudflare Pages / deploy (push) Successful in 22s
All checks were successful
Deploy to Cloudflare Pages / deploy (push) Successful in 22s
Adds wrangler.toml for Pages config, Gitea Actions workflow that builds with Bun and deploys to Cloudflare Pages on pushes to main. Requires CLOUDFLARE_API_TOKEN and CLOUDFLARE_ACCOUNT_ID secrets. Also disables subject-case rule in commitlint.
This commit is contained in:
3
wrangler.toml
Normal file
3
wrangler.toml
Normal file
@@ -0,0 +1,3 @@
|
||||
name = "lofty-landing"
|
||||
pages_build_output_dir = "dist"
|
||||
compatibility_date = "2026-02-01"
|
||||
Reference in New Issue
Block a user