Continuous Deployment
Jump to navigation
Jump to search
Internal
Continuous Delivery vs. Continuous Deployment
Overview
- Deployment of artifacts and configuration in a target environment
- Automated integration tests
- Automated functional tests
- Manual functional test
- Testing of non-functional requirements
The target environments include Test, Stage and Prod.
This is the avenue of various rollout strategies.
Rollout Strategies
Blue-Green Deployments
Also known as "red/black".