Deploying to multiple servers

后端 未结 11 2443
星月不相逢
星月不相逢 2020-12-31 17:21

I have to deploy my php/html/css/etc code to multiple servers and i am looking at my options for software that allows easy and secure deployment to multiple servers.

11条回答
  •  南方客
    南方客 (楼主)
    2020-12-31 17:40

    I found capistrano to be very easy to use once it's setup. The configuration file can be a bit confusing at first for more complicated environments but it soon becomes worthwhile. I deploy to 14 servers on production. I also use multiple environments for deployment to a staging server. One quirk, there's a bug in Ruby that breaks parallel deployment but serially isn't too bad with svn exports.

提交回复
热议问题