-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
ENV
├── config (region, account, vars)
└── references SERVICE definitions
SERVICE (JSON)
├── metadata (name, version)
├── build_spec → triggers BUILDER
└── deploy_spec → triggers DEPLOYER
BUILDER
├── reads SERVICE.build_spec
├── uses ENV config
├── outputs: artifact + metadata
└── passes to DEPLOYER
DEPLOYER
├── reads SERVICE.deploy_spec
├── consumes BUILDER output
├── uses ENV target config
└── deploys artifact to ENV
Flow:
SERVICE.json → BUILDER(ENV_context) → artifact → DEPLOYER(ENV_target) → running service
Key relations:
- ENV = context/target for operations
- SERVICE = declarative spec (what/how)
- BUILDER = reads build_spec, executes in ENV
- DEPLOYER = reads deploy_spec, deploys to ENV
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels