我正在尝试在 Heroku 上的 Rail 应用程序中添加测功机。我在我的 Procfile 中添加了以下内容:
web: dyno:type web=1 --app=webruin-
我已经用Web:and试过了web:。
当我运行时heroku dyno:type web=1 --app webruin-,我得到:
Resizing and restarting the specified dynos... failed
! No such process type web defined in Procfile.
我究竟做错了什么?
干杯,
蒂姆