Building and Running the Application in Heroku
Learn how to set up the Docker image to build and deploy an application on Heroku.
We'll cover the following
As we mentioned when the chapter started, our initial objective was to have an easy, automated, and replicable way to deploy the application. Previously, we created our container image that will work as a basis for that. The next step is to create the pipeline that builds and deploys our code anytime there’s an update. We’ll use git
as our source of truth and mechanism to trigger the pipeline builds.
Get hands-on with 1400+ tech skills courses.