Skip to content

Integration

Greg Farris edited this page Jan 7, 2019 · 3 revisions

The goal of the Integration environment is to combine and validate the work of the entire project team so it can be tested before being promoted to the Testing Environment. The Integration environment is hosted on Heroku. CircleCI deploys to the heroku environment with each commit.

Deployment

We use heroku-maven-plugin. The circle ci job for activator and library uses the maven heroku:deploy goal to deploy the application to heroku.

NOTE Each deployment to heroku erases the existing shelf. Each deployment rebuilds the shelf using github released objects.

Useful Links

Clone this wiki locally