|
Answer» What is the difference between Continuous Delivery and Continuous Deployment? Choose the correct option from below list (1)Continuous Delivery is a manual task, while Continuous Deployment is an AUTOMATED task (2)Continuous Delivery has a manual release to a production decision, while Continuous Deployment has releases automatically pushed to production. (3)Continuous Delivery INCLUDES all steps of the software development life CYCLE, Continuous deployment may skip a few steps such as validation and testing. (4)Continuous Delivery means complete delivery of the application to the customer, Continuous Deployment includes the only deployment of the application in a customer environment.
Answer:-(2)Continuous Delivery has a manual release to a production decision, while Continuous Deployment has releases automatically pushed to production.
|