Deploying with Git/Github

前端 未结 5 1622
既然无缘
既然无缘 2021-01-31 19:52

We are trying to setup an automated deployment environemt with Git/Github. We have 3 different environments; local, test and live. When we add a new feature on local, we first u

5条回答
  •  青春惊慌失措
    2021-01-31 20:34

    It sounds like you need a Continuous Integration system. I have had great success with both Jenkins and Webistrano.

    With regard to the "what files should we copy?" problem. Are you using git tags yet? If not, start using them!

提交回复
热议问题