Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在生产模式下运行 Rails 应用程序(在 Apache 中使用乘客)。当我对 erb 文件进行更改并在浏览器中刷新站点时,不会反映更改。我需要重新启动服务器以查看反映的更改。这很烦人。
自动部署更改的正确方法是什么?
您不应该将生产模式用作“开发”模式。如果您定期进行更改,则应在开发模式下进行测试,然后如果未发现错误,则应将代码推送到生产环境。