# 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.

- Skill: `jamesrochabrun/safe-container-deploy` (Agent Skill)
- Install (CLI): `npx skillmds@latest add jamesrochabrun/safe-container-deploy`
- Raw SKILL.md: https://api.skillmd.com/api/skills/jamesrochabrun/safe-container-deploy/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: DevOps & Infra
- Author: jamesrochabrun (https://skillmd.com/u/jamesrochabrun)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/jamesrochabrun/safe-container-deploy

---


# 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.


