开发者

What is the reason Capistrano does not have Deploy::Strategy::Update?

开发者 https://www.devze.com 2023-01-02 00:51 出处:网络
I use svn update to deploy, but have recently explored Capistrano.I see they support checkout, export, copy, and update+copy, but not just update.Is it frowned upon开发者_如何学运维 to use an svn work

I use svn update to deploy, but have recently explored Capistrano. I see they support checkout, export, copy, and update+copy, but not just update. Is it frowned upon开发者_如何学运维 to use an svn working directory as a deployment directory and why?


one reason is b/c SVN leaves a lot of ".svn" subdirs everywhere, which can be easily exploited to get directory structure and, maybe, any file contents of your project.

0

精彩评论

暂无评论...
验证码 换一张
取 消