Heroku回滚应用程序出现故障

时间:2016-08-10 06:50:12

标签: ruby ruby-on-rails-4 heroku

当我在heroku上使用rails app回滚时,应用程序将停止运行。怎么修好了? http://ezgo-test.herokuapp.com/

1 个答案:

答案 0 :(得分:1)

请检查日志并粘贴特定错误,您可以执行以下操作。

heroku logs --tail --app app-name

根据您的问题“没有网络进程正在运行”。你可以修复如下。

heroku ps:scale web=1 --app app-name

根据heroku文档https://devcenter.heroku.com/articles/error-codes#h14-no-web-dynos-running