how to deploy a website at heroku from github code example
Example 1: deploying to heroku from git
$ git push heroku master
Initializing repository, done.
updating 'refs/heads/master'
...
Example 2: deploying to heroku from git
$ git push heroku testbranch:master