Continuous Integration and Delivery

A brief look at how Wednesday uses Continuous Delivery and Integration to deliver software projects effectively.

CI and CD help us automate our software delivery process. We use it to initiate builds, run automated tests and deployments to different environments.

A pull request will go through the following stages:

When the pull request is merged to develop, the develop branch goes through the following changes:

Last updated