Q: Continuous deployment must be followed to practice continuous delivery.
A
Answer:
A
Explanation:
False
Continuous deployment and continuous delivery are related but distinct practices.
- Continuous Delivery ensures that code is always in a deployable state, but the actual deployment to production may still require manual approval.
- Continuous Deployment takes it a step further by automatically deploying every change that passes automated testing directly to production.
You can practice continuous delivery without implementing continuous deployment, as continuous delivery allows for manual release decisions.
Related Topic:
Share Above MCQ