Proper continuous integration and continuous deployment with Git and Heroku

后端 未结 6 1942
醉梦人生
醉梦人生 2021-02-04 09:30

I am developing a ruby on rails website using heroku and git.

What tools and features should I use to set up the following simple development process?

CODE > CHE

6条回答
  •  迷失自我
    2021-02-04 10:15

    There are many tools in the market that do this. SnapCI offers deployment pipelines that let you push every commit through tests and then subsequently into staging and production as different stages of a deployment pipeline. We also have full support for test parallelization, building branches and pull-requests.

提交回复
热议问题