Runbooks
Operational procedures for the core operations team: deployment, rollback, monitoring and alerts, and incident response. These pages are written for people who run and support Ethica systems in production.
Use the sidebar to open each topic. Deployment covers develop vs production, merge-to-main CI/CD, and API-then-frontend order. Rollback covers reverting bad production releases via git revert on main. Monitoring and incident response are still stubs until you flesh them out.
Topics
| Topic | Description |
|---|---|
| Deployment | How to ship changes safely. |
| Rollback | How to revert when something goes wrong. |
| Monitoring and alerts | Dashboards, alerts, and on-call expectations. |
| Incident response | Severity, communication, and follow-up. |
For high-level deployment context (environments, topology), see Architecture — Deployment.
Related documentation
- Operations documentation — How staff and customers use the products.
- Architecture documentation — System design, deployment context, and diagrams.
- Technical documentation — APIs, database, auth, and engineering conventions.