Skip to content

Post #06 of The Containerization Chronicles

Latest
Compare
Choose a tag to compare
@hgraca hgraca released this 15 Jun 21:54
· 174 commits to master since this release

This is the tag with the code used in the 6th post of The Containerization Chronicles.

Deployments with containers

Now that we have the project integrated with a Continuous Integration server, where we run the tests and report back to GitHub pull requests with the results of the test run and the coverage, we can deploy our project and make it available on the Internet.

We will do so with Heroku. I have chosen Heroku because it allows me to perform these experiments for free. 

Continue reading ...