Best practices for deploying tools & scripts to production?

后端 未结 6 536
夕颜
夕颜 2021-01-30 07:29

I\'ve got a number of batch processes that run behind the scenes for a Linux/PHP website. They are starting to grow in number and complexity, so I want to bring a small amount o

6条回答
  •  没有蜡笔的小新
    2021-01-30 08:02

    Puppet is another tool that can be used in this situation. It is similar to cfengine - you create a model of the desired deployment and Puppet figures how to get the environment to this state.

提交回复
热议问题