Continuous Integration and Delivery
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