Created
September 15, 2014 16:29
-
-
Save hectorperez/513fe588c4884bdfe3ff to your computer and use it in GitHub Desktop.
stop/start heroku app
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 ps:scale web=0 | |
heroku ps:scale web=1 | |
or | |
heroku maintenance:on | |
heroku maintenance:off | |
# http://stackoverflow.com/questions/2811453/how-to-stop-an-app-on-heroku |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment