Heroku Re-Deployment using Docker

A step by step guide to re-deploying app on Heroku using Docker.

1. Deploy to Github

At the local project's command prompt execute following commands:

git add .
git commit -m "updated software"
git push

2. Deploy to Heroku

1. Login to Heroku and navigate to your project.

2. Go to Deploy tab and press on the Deploy branch button.

3. Test by starting the project from Heroku.