标签: ruby-on-rails capistrano
我需要将新版本的Rails服务器部署到无法访问其Git存储库的计算机上。最好的方法是什么?无论如何,从预先包装的存档中部署Rails服务器(最好使用Capistrano)?
答案 0 :(得分:1)
如果您在本地计算机上拥有git存储库,则可以使用' capistrano-git-copy'宝石:
https://github.com/ydkn/capistrano-git-copy