Proper continuous integration and continuous deployment with Git and Heroku

后端 未结 6 2014
醉梦人生
醉梦人生 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:18

    Well, there is Hudson which provides a git plugin as well as scripting support. The rest is configuration, I would guess.

    Hudson: http://hudson.dev.java.net

提交回复
热议问题