Add Webhook URI to GitHub


Very easy:
Step 1: get GitHub webhook URL 
Step 2: Paste the URL under GitHub -> Settings-> Webhooks page.

Note:
When using all in one virtual machine, should use webhooks instead of githooks. Specifically, the all-in-one and CDK local environments are not publicly addressable from the outside internet because it typically runs on a private IP address that is only available on your local subnet (10.2.2.2 for example).  For more: https://blog.openshift.com/using-github-hooks-with-your-local-openshift-environment/

Comments

Popular posts from this blog

Git - comflict solving

Getting started with OpenShift