Manual Deploys from GitHub remote repository (with any push to it) to Heroku app

step 1: assumes you already have a GitHub account and have setup your NodeJS app to point to some repository you own on GitHub and have created a Heroku App that is tied (deployment from) GitHub repository

 

step 2: Go on Heroku app and go to Manual deployment button and hit it --will grab current copy of GitHub repository code up to Heroku

 

step 3: NOW I can run my application and see it running

Run the app by hitting "Open app" or going to browser and typing in url of the heroku app

 

 

 

© Lynne Grewe