+1 vote
in DevOps by (30.4k points)

What are some fundamental differences between continuous delivery and continuous deployment?

1 Answer

0 votes
by (19.8k points)

Under continuous delivery, the codes in the main branch are always ready to be deployed manually. This practice allows the development team to decide when to release new changes or features to best benefit the organization. 

Meanwhile, continuous deployment will have all updates and fixes in the code automatically deployed to the production environment immediately after the testing phase without any human intervention. 

Related questions

...