-
-
Save mohammadkarbalaee/803fb25d7c753fd6995d88eef11a440a 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