Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 735 Bytes

ci.md

File metadata and controls

13 lines (7 loc) · 735 Bytes

Settings up continuous integration on CircleCI

This project utilizes Continious Integration (CI) and Continious Deployment (CD) and is based on Circle CI, the config can be found at .circleci/config.yml. Our deploy scripts are based on ansistrano (running ansible), the scripts are in the deploy directory.

Rules

The circle-config ignores the master branch.

Push to develop-branch is deployed to stage.

When pushing a tag prefixed with 'v.' it will be deployed to production.

Read more about deployment in the Deploying with Ansistrano section.