Proper continuous integration and continuous deployment with Git and Heroku

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

    CircleCi offers exactly what you need. We'll run your tests on every push, deploy them if they pass (to Heroku or using Capistrano/Fabric/anything really), and send you notifications if they fail.

提交回复
热议问题