Skip to content

Instantly share code, notes, and snippets.

@vpivo
Created May 20, 2013 04:39
Show Gist options
  • Save vpivo/5610451 to your computer and use it in GitHub Desktop.
Save vpivo/5610451 to your computer and use it in GitHub Desktop.
Heroku Cheat Sheet
heroku create
Creates a new sub domain.
git push heroku master
Deploys
heroku rename NEW NAME
Renames app.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment