LoginSignup
52
49

More than 5 years have passed since last update.

Herokuの再起動、ストップ

Posted at

Herokuの再起動

# herokuのソースを管理してるディレクトリで
$ heroku restart

Herokuのストップ

どうもなさそうだった。ので、すべてのhttpプロセスを止めるらしい。

$ heroku ps:scale web=0
# 再びスタートするときは↓
$ heroku ps:scale web=1

参考リンク:
How to stop an app on Heroku?

52
49
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
52
49