heroku host repository from a organisation code example
Example 1: git push to heroku
$ git push heroku master
Example 2: how to trigger new heorku build without diting git
heroku builds:create --source-url https://user:[email protected]/repos/<username>/<repo name>/tarball/master/ --app <app-name>