environment-deployment-strategy
Installation
SKILL.md
Environment Deployment Strategy
This is a reference pattern. Learn from the approach, adapt to your context — don't copy verbatim.
Problem: Need safe deployment practices that prevent accidental production deployments while enabling rapid development iteration.
Solution: Three-tier environment strategy with deployment restrictions.
Pattern
Three Environments:
- Local (
local)- Runs on developer machine
- Uses cloud resources from
devenvironment - Cannot be deployed (no cloud resources)
- Fast iteration, no deployment wait