Configuring GitHub WebHooks
echo "URL: $(oc get route el-vote-app --template='http://{{.spec.host}}')"Configure webhook manually
echo "$(oc get route el-vote-app --template='http://{{.spec.host}}')"


Last updated
echo "URL: $(oc get route el-vote-app --template='http://{{.spec.host}}')"echo "$(oc get route el-vote-app --template='http://{{.spec.host}}')"


Last updated
git commit -m "empty-commit" --allow-empty && git push origin master
...
Writing objects: 100% (1/1), 190 bytes | 190.00 KiB/s, done.
Total 1 (delta 0), reused 0 (delta 0)
To github.com:<github-username>/vote-api.git
72c14bb..97d3115 master -> master