View on GitHub

guides

Continuous Delivery

Background

We use Continuous Integration and Delivery practices. 

Continuous Integration ensures that small code part is delivered to repository frequently and integrated with existing codebase without any errors (more you can read on Wikipedia).

Continuous Delivery practice guarantees that software can be reliably released at any time (more informations you can find in Continuous Delivery article).

For CI / CD we use Circle CI.