Can I use my existing git repo with openshift?

前端 未结 11 876
野的像风
野的像风 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:55

    TAKE EASY!

    step 1: Create app. With your favorite method (from gitRepository, pre-maker Openshift, etc). if you use console metod
    step 2: rhc git-clone nameApp
    step 3: rhc app-configure nameApp --auto-deploy
    step 4: ENJOY!

提交回复
热议问题