CI/CD stands for Continuous Integration / Continuous Deployment
:
this means that we keep testing and deploying our code every time we update it.
It's a more efficient, secure, reliable, scalable, quick way to make sure we don't break anything.
In many projects, CI/CD is a core part of the PR review process.