Topics to be covered in this section include:
- Continuous Integration servers
- configuring pipelines
- Managing environment variables
- Github hooks and actions
- Deployment and services on Heroku
Raise an issue on practicalli/clojure-content if you have suggestions of sample content to contribute
12 Factor approach
Following the 12 factor principles, the deployment is driven by source code to multiple environments.
Heroku pipelines
Using Heroku Pipelines the staging environment is promoted to production rather than being rebuilt
The Heroku dashboard can be used to promote the application into production, once the staging application is signed off.
Heroku Build process
The build process starts when commits are pushed to Heroku, either directly or via a continuous integration service (eg. CircleCI).