Skip to content

CI: Herokuλ︎

Heroku is a now only a commercial service without a developer environment.

Practicalli is looking into other services as that are more developer friendly.

Heroku pipelinesλ︎

Using Heroku Pipelines the staging environment is promoted to production rather than being rebuilt

Heroku Pipeline concept - staging and production

The Heroku dashboard can be used to promote the application into production, once the staging application is signed off.

Heroku Pipeline banking-on-clojure

Heroku Build processλ︎

The build process starts when commits are pushed to Heroku, either directly or via a continuous integration service (eg. CircleCI).

Heroku build process