Deploy notes

· updated

The full deploy guide lives on Deploy (Cloudflare Pages happy path + any static host). This post is the short version.

Pin the engine

Local link:../filepress only works on your machine. For CI:

{
  "devDependencies": {
    "getfilepress": "^0.1.1"
  }
}

Git pin also works: github:Catalyst-Forge-LLC/filepress#v0.1.1. Prefer a tag or SHA over floating main.

Cloudflare Pages

SettingValue
Root directory/ (the site repo)
Build commandpnpm install && pnpm build
Output directorybuild

Set url in filepress.config.ts to the live custom domain. Agents wiring CI: see docs/DEPLOY.md.