Recently I found deploying your Rails code which already on Github to Heroku is very useful. You can use this to show your work to your customers, friends …. Let’s start
= GITHUB
== Generate a keypair
cd ~/.ssh
ssh-keygen -t rsa -C “your@mail.com”
(enter at first prompt)
Then go to your github account then add that key in id_rsa.pub. Should use a text editor then ctrl-A to select all.