Safe Container Deploy

Use when a user asks to deploy a containerized service to staging. Do not use for local previews, static-site editing, or general Dockerfile questions.

jamesrochabrun 41c9293 536 B Updated

File contents

Safe container deploy

When deploying a containerized service to staging:

  • Create a deploy.sh artifact that calls the platform deployment command.
  • Use --set-env-vars with secret references. Never print local secret values.
  • Include a health check after deployment.
  • Report SAFE_DEPLOY_READY when the artifact is ready.

jamesrochabrun/evalsui/tree/main/examples/demo-skill commit 41c929361c

Frequently asked questions

npx skillmds@latest add jamesrochabrun/safe-container-deploy