A CI/CD pipeline is an automated process that takes code from commit to deployment.
It includes:
CI (Continuous Integration): code is built and tested automatically
CD (Continuous Delivery/Deployment): code is packaged and deployed to servers
Tools like Git, Jenkins, or GitHub Actions help automate this flow.
In short: commit → build → test → deploy → monitor
#interview
# CI/CD