CI/CD — Continuous Integration / Delivery
CI/CD is a development practice in which code changes are automatically tested and delivered. CI builds and tests on every commit; CD deploys automatically to test or production environments. Tools: GitLab CI, GitHub Actions, Jenkins.