CI == Automating the running of code, tests, and or builds on a separate machine
( π,β ,π¨) ππ»πππΎ
Good CI will prevent ππ½
CD == Automating the deployment of code to a server
π ππ»
Good CD will prevent ππ½
It's important to note that Continuous Delivery and Continuous Deployment are not the same thing. The two get conflated and sometimes used wrong interchangeably. Continuous Deployment specifically means deploying straight to production.
When CI/CD is put into practice it creates automation. When automation works as it is intended, it's magical.
CI is "continuous integration". Where your team "continuously integrates" their code so everyone is working with as similar version of the code as possible.
Indeed. But I was speaking in the context of process and implementation versus the definition of the term.
Typically weβre asked to implement it, or how weβd implement it.
All with the idea of being able to integrate code more efficiently and effectively with the emphasis of βcontinuousβ. Otherwise it would be more intermittent due to the βit works on my machineβ.
( π,β ,π¨) ππ»πππΎ
Good
CI
will prevent ππ½π ππ»
Good
CD
will prevent ππ½It's important to note that
Continuous Delivery
andContinuous Deployment
are not the same thing. The two get conflated and sometimes used wrong interchangeably.Continuous Deployment
specifically means deploying straight to production.When CI/CD is put into practice it creates automation. When automation works as it is intended, it's magical.
No it isn't.
CI is "continuous integration". Where your team "continuously integrates" their code so everyone is working with as similar version of the code as possible.
Indeed. But I was speaking in the context of process and implementation versus the definition of the term.
Typically weβre asked to implement it, or how weβd implement it.
All with the idea of being able to integrate code more efficiently and effectively with the emphasis of βcontinuousβ. Otherwise it would be more intermittent due to the βit works on my machineβ.
What are your emoji supposed to mean?