Created
May 20, 2013 04:39
-
-
Save vpivo/5610451 to your computer and use it in GitHub Desktop.
Heroku Cheat Sheet
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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