我想将我的 rails 应用程序部署到两个域
lab.mysitename.com
mysitename.com
实验室站点应具有与主站点不同的数据库。基本上我想在实验室网站上做一些实验,我想授予特定用户访问权限。
我正在使用 cap deploy:cold 部署到主应用程序(mysitename.com)。
我想要一些遵循这种情况的东西
-- do something risky or fun to have
--> deploy to lab.mysitename.com
-- users play with the site and modify a sandboxed database (not the main database). everything looks great and the team loved it
--> deploy to the main site (mysitename.com)