Can I use my existing git repo with openshift?

前端 未结 11 864
野的像风
野的像风 2020-11-28 17:36

Is it necessary to have git repo on openshift only? I already have bitbucket / github git repo and would prefer to push there only. Can I simply hook into it so that openshi

11条回答
  •  离开以前
    2020-11-28 17:43

    If you're using github you can configure travis to made the deployment each time you made a change in your github repository

    http://docs.travis-ci.com/user/deployment/openshift/

提交回复
热议问题