A step by step guide to re-deploying app on Heroku using Docker
.
At the local project's command prompt execute following commands:
git add . git commit -m "updated software" git push
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
.