Skip to content

Instantly share code, notes, and snippets.

@hectorperez
Created September 15, 2014 16:29
Show Gist options
  • Save hectorperez/513fe588c4884bdfe3ff to your computer and use it in GitHub Desktop.
Save hectorperez/513fe588c4884bdfe3ff to your computer and use it in GitHub Desktop.
stop/start heroku app
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