Automate deployment from GitHub to Heroku code example
Example 1: 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>
Example 2: heroku and github on termi
$ git remote rename heroku heroku-staging