我正在尝试在heroku中运行节点应用程序。 Foreman可以在本地运行它,它可以毫无错误地推送到git。但是,当我运行heroku ps:scale web=1
时,它表示没有像web这样的类型。我的Procfile只是这一行:web:node server.js,我认为它应该用于设置Web类型。
有谁知道为什么会出错?非常感谢您的帮助!
这是终端的副本......
jmm-2:supportEmail jamesmatheson$ foreman start
14:35:07 web.1 | started with pid 36298
14:35:08 web.1 | app is running on /removed port/
14:35:08 web.1 | database open
^CSIGINT received
14:35:09 system | sending SIGTERM to all processes
SIGTERM received
14:35:09 web.1 | exited with code 1
jmm-2:supportEmail jamesmatheson$ heroku ps:scale web=1
Scaling web dynos... failed
! No such type as web.
答案 0 :(得分:-2)
Specity --app APP_NAME(如Heroku中的My Apps中所示)。刚刚回答了同样的问题: Heroku Web Dyno failing