FutuToad
FutuToad

Reputation: 2850

Get Openshift to refresh the files when you update on github

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

Answers (1)

user2879327
user2879327

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

Related Questions