Safe container deploy
When deploying a containerized service to staging:
- Create a
deploy.shartifact that calls the platform deployment command. - Use
--set-env-varswith secret references. Never print local secret values. - Include a health check after deployment.
- Report
SAFE_DEPLOY_READYwhen the artifact is ready.