Reputation: 2850
How do you get openshift to refresh the files when you update on github? I created my app with openshift and it pulled from git hib ok.
Upvotes: 0
Views: 158
Reputation:
The easiest way to do this would be to use Jenkins and setup a web hook to notify Jenkins when you do a git push to github, and have it build & deploy your project.
Upvotes: 1