Skip to content

Instantly share code, notes, and snippets.

@cmthakur
Created April 9, 2012 04:00
Show Gist options
  • Save cmthakur/2341287 to your computer and use it in GitHub Desktop.
Save cmthakur/2341287 to your computer and use it in GitHub Desktop.
Heroku Push
rails new checkonce
cd checkonce
git init
git add .
git commit -m"init"
heroku login
gem install heroku
heroku create
heroku create checkonce
heroku keys:add ~/.ssh/id_rsa.pub #if Permission denied (publickey)
git push heroku master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment