BoxBoat Blog

Service updates, customer stories, and tips and tricks for effective DevOps

x ?

Get Hands-On Experience with BoxBoat's Cloud Native Academy

Category: Continuous Delivery

What Can CI/CD Do For You?

featured.jpeg

by Forester Vosburgh | Sunday, Jul 21, 2019 | Continuous Integration Continuous Delivery

Continuous Integration and Continuous Deployment (CI/CD) are processes that enable rapid integration of new validated code to multiple environments. This is achieved by creating pipelines that automatically build, test, and deploy any new commits made to a repo. As an automated process, this guarantees that the code will be built and tested the same way, every time new code is pushed to source control. With these pipelines, developers can focus on building and shipping new features and bug fixes, rather than spending valuable time building, testing, and deploying.