0 votes
in Continuous Integration by
What Is The Definition Of Continuous Integration And Continuous Deployment For You And The Company?

1 Answer

0 votes
by

Continuous Integration is testing your code all the time and keeping software quality high. It gives you the confidence to get stuff out as quickly and often as possible

Continuous Deployment is basically getting code into production. Things should be easy and repeatable. That’s where Continuous Deployment comes into play. Deployment should not be manual.

Related questions

0 votes
asked Dec 1, 2021 in Cloud Computing by DavidAnderson
0 votes
asked Nov 14, 2019 in Continuous Integration by SakshiSharma
...