Website deploys
The main Swarmie site deploys from `websites/swarmie-org` with Cloudflare Workers and assets.
Swarmie’s live operating model is built around visible CI/CD, controlled deployments, daily health verification, and rollback-ready releases. This is the public layer that shows the business is engineered, not improvised.
Validate changes before merge.
Deploy safely from approved changes.
Verify public routes and core surfaces.
Keep production reversible.
| Stage | What happens | Outcome |
|---|---|---|
| Pull request | Install dependencies and run dry-run deployment validation. | Build issues are caught before merge. |
| Main branch | Deploy the Worker and static assets to Cloudflare. | Production stays current. |
| Daily health | Check live routes, content, and API endpoints. | Availability drift is detected early. |
| Incident response | Use rollback and the command centre when something breaks. | Recovery stays controlled. |
The main Swarmie site deploys from `websites/swarmie-org` with Cloudflare Workers and assets.
The social scheduler and operational checks run on timed Cloudflare Worker cron jobs.
Key routes like `/`, `/revenue`, `/agents`, `/studio`, `/partners`, and `/operations` are kept live and visible.
Validate the codebase before anything ships.
Push controlled releases to Cloudflare.
Use logs, metrics, and traces to see failures fast.
Maintain rollback and support paths for every live release.
operations.swarmie.org or ops.swarmie.org for a future dedicated control surface.
Public workflows and visible deployments make the empire trustworthy, repeatable, and easier to scale with partners and customers.