Deploying with Git/Github

前端 未结 5 1570
既然无缘
既然无缘 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

    I ended up creating my own rudimentary deployment tool which would automatically pull down new updates from the repo - https://github.com/jesalg/SlimJim - I don't think it will fit your needs exactly but you can read how it's setup and maybe you might get some ideas out of it.

提交回复
热议问题