iris.dev

Deployment

Runbook-style guidance for deploying IRIS Core and keeping your configuration pipeline stable.

Environment

Use a dedicated base URL per environment (local/staging/prod) and point clients at it.

Client env var:IRIS_SERVICE_URL

Health checks

Gate rollouts on health.

curl -s http://localhost:8000/health

Safe updates

Update sprites by versioning. Treat IDs as immutable and avoid destructive deletes for protected sprites unless you have an explicit rollback plan.

Static docs site

This site is built as a static export. Keep docs pages client-only when embedding interactive components.