Answers for "how to close heroku app"

0

how to stop a heroku app

$ heroku ps:scale web=0
Scaling web processes... done, now running 0
//once ready to go back online:
heroku ps:scale web=1
Posted by: Guest on January-06-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language