The following image presents the relationship between [continuous integration]], [[Entrega Contínua]] and [[continuous implementation]].
- [[Integração contínua]] is a practice in which developers are part of the code tested in a shared branch several times a day.
- [[Entrega Contínua]] is the next phase of [Continuous Integration]], where we also make sure to pack the code in a version and store it somewhere - preferably, in an artifact repository.
Lastly, [[continuous implementation]] leads to [continuous delivery] to the next level, directly implementing our releases in the world.
! [[Ci, cd and cdeplayment.png]]
** :: Reference :: ** [What is the difference between continuous integration, delivery and deployment? | Solvimm] (https://solvimm.com/blog/qual-a-difer-entre-integration-entrega-e-implantacao-continuas/)