+1 vote
in DevOps by

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

1 Answer

0 votes
by

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

+1 vote
asked Aug 8, 2020 in DevOps by sharadyadav1986
0 votes
asked Oct 30, 2022 in DevOps by Robindeniel
...