deployment - Concepts
Explore concepts tagged with "deployment"
Total concepts: 3
Concepts
- Continuous Deployment - A software release practice where every code change that passes automated tests is automatically deployed to production without human intervention.
- Feature Flags - A technique allowing teams to modify system behavior without changing code by enabling or disabling features through configuration.
- Blue-Green Deployment - A release strategy that reduces downtime and risk by running two identical production environments called Blue and Green.
← Back to all concepts