Friday, June 29, 2012

git remote add heroku

If you want to add heroku remote branch

git remote add heroku git@heroku.com:your_app_in_heroku.git
git push heroku master


And add a key for example:

heroku keys:add ~/.ssh/id_rsa.pub