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.