Building and Running the Application in Heroku

Learn how to set up the Docker image to build and deploy an application on Heroku.

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 1200+ tech skills courses.