Skip to content

Instantly share code, notes, and snippets.

@edomaru
Created June 27, 2015 18:48
Show Gist options
  • Save edomaru/e3964267c7a91e26e538 to your computer and use it in GitHub Desktop.
Save edomaru/e3964267c7a91e26e538 to your computer and use it in GitHub Desktop.
Heroku Commands Cheatsheets

Heroku Commands Cheatsheets

Login heroku

$ heroku login

Add heroku SSH keys

$ heroku keys:add

create application in heroku

$ heroku create

rename application

$ heroku rename othern_name

push to heroku

$ git push heroku master

make sure you have commit the Gemfile

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment