Glossary

CI/CD

Continuous Integration and Continuous Deployment. Automated systems that test code on every push (CI) and deploy passing code to production automatically (CD).

Learn More

Related Terms