We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fd854a commit c0bda5dCopy full SHA for c0bda5d
ansible-tower-bridges/github-webhook/README.md
@@ -15,9 +15,11 @@ Running in OpenShift
15
For example, use `oc new-app` to deploy the application:
16
17
```
18
-> oc new-app openshift/nodejs:8~https://github.com/tool-integrations.git --context-dir=ansible-tower-bridges/github-webhook
+> oc new-app openshift/nodejs:8~https://github.com/redhat-cop/tool-integrations.git --context-dir=ansible-tower-bridges/github-webhook
19
+> oc expose service tool-integrations
20
21
22
+Then add the environment variables below, and add a github webhook (with the `route` url) to test it out.
23
24
Configuration
25
-------------
0 commit comments