Deploy to Heroku

At command prompt go to the project folder on your machine and

1. deploy to github.

2. login to heroku using following command:

heroku login

3. deploy to Heroku using following command:

git push heroku master