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.
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.