gpt4 book ai didi

ruby-on-rails - 将rails应用程序部署到Heroku时如何切换env(test, prod)?

转载 作者:行者123 更新时间:2023-12-02 11:43:40 25 4
gpt4 key购买 nike

我正在尝试在 Heroku 上为我的应用程序设置暂存环境。每次我推送我的存储库时,它都会以生产模式部署/运行应用程序。我需要做什么才能使应用程序在其他模式下运行。

最佳答案

请参阅此 Heroku article on Configuration and Config Vars 中的最后一部分.

简而言之:

$ heroku config:add RACK_ENV=staging RAILS_ENV=staging

还要注意不要错过该部分附带的注释:

You should never set RACK_ENV=development, as that will enable reloading and slow down your app’s dyno significantly.

关于ruby-on-rails - 将rails应用程序部署到Heroku时如何切换env(test, prod)?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7811844/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com