These instructions are for Ubuntu 14.04 but should work comparably in most UNIX environments.
To deploy to the Heroku dyno, open up your .git/config file and add the following three lines:
[remote "heroku"]
url = [email protected]:bidr.git
fetch = +refs/heads/*:refs/remotes/heroku/*Then you can push to the production server using:
git push heroku