使用 Capistrano 在远程 DreamHost 测试/沙盒服务器中部署 Rails 应用程序
目前,我使用 capistrano 将应用程序部署到 Dreamhost 中的远程生产服务器 (请参阅本指南)。
我想在 DH 设置中设置一个备用子域 (testing.example.com) 作为 beta 测试的沙箱环境。我目前正在运行 Rails 2.3.10。
Capistrano 任务必须强制 RAILS_ENV 进行“测试”。这可能吗?
Currently I use capistrano to deploy my app to a remote production server in Dreamhost (see this guide).
I would like to setup an alternate sub-domain (testing.example.com) in my DH setup as a sandbox enviroment for beta testing. I'm currently running Rails 2.3.10.
The Capistrano task must force RAILS_ENV to "testing". Is this possible?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 Capistrano 的多级扩展来完成此操作
You can do this with Capistrano's Multistage extension