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.
最后我设法在 Amazon ec2 中部署了应用程序,它运行正常,但现在我只需要上传一些新的 html.erb 文件,我该怎么做?
cap deploy:upload FILES=foo1.html.erb,foo2.html.erb
可以解决问题,但它总是会从您当前的应用程序在发布文件夹中创建一个副本,因此对于每次更新,所有应用程序都将被克隆。
有一种方法可以自动保留最近的 2 或 3 个版本吗?