How to automate sync between a Github repository and Openshift? -
What is the best way to automate the coordination between the Gemth repository and opense?
I openhift this document: Manually doing a synchronization.
I think the first question is why do you want to automate it? What do you want to achieve? In many cases, a manual push may be better for OpenSite and GitHub
However, find some possibilities:
- Configure a git remote with multiple URLs And then just press
git all . See also
- Use a Geetheb Hubheck - GutHub will then send an HTTP request to each given URL on a given URL. After this, you can set something on your relation gear that listens to the request and if it is pulled from GitHub then you can use the ctl_app (see)
- You will need to start again, but at least not, you can use .openshift / action_hooks / post_deploy Deploy hooks in openshift triggered after redistributing your application. You should also be able to do githahb in repo.
From which point of view, most sense depends on the case of your use
- Use a Geetheb Hubheck - GutHub will then send an HTTP request to each given URL on a given URL. After this, you can set something on your relation gear that listens to the request and if it is pulled from GitHub then you can use the ctl_app (see)
Comments
Post a Comment