标签: ruby-on-rails puma
我正在尝试在Heroku上部署我的生产应用程序。我在我的应用程序中使用了private_pub和Puma。
我想开始使用这个procfile:
web: bundle exec puma -C config/puma.rb web: bundle exec rackup private_pub.ru -s thin -p $PORT -E production
但它失败了,好像你在Heroku应用程序上一次只能运行一个Web进程。有没有办法初始化两者?
答案 0 :(得分:0)