type gem install heroku
Then upload rsa key from github to heroku
$ heroku keys:add Uploading ssh public key /Users/adam/.ssh/id_rsa.pub
As soon as you enter the configuration with the hero and github with the team, 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
Harshit pandey
source share