Skip to content

Instantly share code, notes, and snippets.

@achiko
Created July 1, 2013 12:08
Show Gist options
  • Save achiko/5900289 to your computer and use it in GitHub Desktop.
Save achiko/5900289 to your computer and use it in GitHub Desktop.
Heroku SSH Guide
https://devcenter.heroku.com/articles/keys
Uploading SSH keys:
http://stackoverflow.com/questions/5136744/unable-to-push-master-to-heroku
type in gem install heroku
Then upload rsa key of github to heroku
$ heroku keys:add
Uploading ssh public key /Users/adam/.ssh/id_rsa.pub
Once you key in configured with heroku and github with command all your code goes to github and from there to Heroku
git push heroku master
and soon you will see these messages
-----> Heroku receiving push
-----> Ruby/Rails app detected
-----> Detected Rails is not set to serve static_assets
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment