Skip to content

Commit c0bda5d

Browse files
committed
update readme
1 parent 9fd854a commit c0bda5d

File tree

1 file changed

+3
-1
lines changed
  • ansible-tower-bridges/github-webhook

1 file changed

+3
-1
lines changed

ansible-tower-bridges/github-webhook/README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,11 @@ Running in OpenShift
1515
For example, use `oc new-app` to deploy the application:
1616

1717
```
18-
> oc new-app openshift/nodejs:8~https://github.com/tool-integrations.git --context-dir=ansible-tower-bridges/github-webhook
18+
> 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
1920
```
2021

22+
Then add the environment variables below, and add a github webhook (with the `route` url) to test it out.
2123

2224
Configuration
2325
-------------

0 commit comments

Comments
 (0)