CI/CD stands for Continuous Integration and Continuous Delivery. It is a set of practices that are responsible for ensuring that our code goes through required checks that have to be meet before our code is pushed to our servers. This usually doesn’t involve developers intervention.