Automatic 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
step 2: Go on Heroku and setup a new app that has deployment method = GitHub
![](github7.png)
Now connect to the github repository you previously created in step 1
![](github8.png)
![](github9.png)
step 3: NOW I can run my application and see it running
![](github10.png)
© Lynne Grewe