What is the CI/CD Pipeline?
CI/CD pipeline - an automated sequence of events that is initiated after you update the code.
Takes care of the work (that you would otherwise need to perform manually):
- previewing an in-development site
- testing a new code
- deploying it to a production server