Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 304 Bytes

devops.md

File metadata and controls

5 lines (3 loc) · 304 Bytes

Continuous Integration/Deployment

CircleCI is used to run builds upon each merge to the develop, staging, and master branches. At the end of each build, the code is deployed to Heroku.

Continuous Deployment Pipeline