Deployment Lifecycle
Audience
This page is for developers, operators, approvers, and platform maintainers who need to understand the main application deployment path in AiOS.Goal and Scope
This page explains the end-to-end application deployment path in AiOS.Core Concepts
- all inputs normalize into
AppSpec - production mutations default to
AuthN -> AuthZ -> Approval -> Execute -> Audit - rollback and deployment share the same task chain
Standard Workflow
Dev / Test / Preview
- submit deployment request
- parse source and generate AppSpec
- execute Render / Apply / HealthCheck
- persist task and audit state
Prod
- submit production deployment request
- AuthZ returns
require_approval - create an approval ticket
- execute only after binding validation succeeds
- persist task, audit, and deployment history