deploy
Installation
SKILL.md
Deployment & Infrastructure
Overview
Get code from CI to production safely. Covers environment setup, deployment strategies, and rollback procedures.
Core principle: Every deploy must be reversible. If you can't rollback in under 2 minutes, your deploy process is broken.
When to Use
- Setting up production deployment for the first time
- Adding staging environment
- Configuring Kubernetes manifests
- Setting up environment promotion (staging -> prod)
- After
docker-buildandci-pipelineare ready