CI/CD
Development & Tools
Automating code integration and deployment
What is CI/CD?
Continuous Integration: automatically test code changes. Continuous Deployment: automatically deploy passing code.
Real-World Examples
- •GitHub Actions running tests on commits
- •Auto-deploying to production after tests pass
When to Use This
For faster, more reliable software delivery
Related Terms
Learn more about concepts related to CI/CD