Skip to content

Commit

Permalink
update webhook instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
gabemontero committed May 20, 2016
1 parent f8edda4 commit 9a6db38
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions views/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -235,9 +235,12 @@ <h2>Deploying code changes</h2>
<ol>
<li>From the Web Console homepage, navigate to your project</li>
<li>Click on Browse &gt; Builds</li>
<li>From the view for your Build click on the button to copy your GitHub webhook</li>
<li>Navigate to your repository on GitHub and click on repository settings &gt; webhooks</li>
<li>Paste your webhook URL provided by OpenShift &mdash; that's it!</li>
<li>Click the link with your BuildConfig name</li>
<li>Click the Configuration tab</li>
<li>Click the "Copy to clipboard" icon to the right of the "GitHub webhook URL" field</li>
<li>Navigate to your repository on GitHub and click on repository settings &gt; webhooks &gt; Add webhook</li>
<li>Paste your webhook URL provided by OpenShift</li>
<li>Leave the defaults for the remaining fields &mdash; that's it!</li>
</ol>
<p>After you save your webhook, if you refresh your settings page you can see the status of the ping that Github sent to OpenShift to verify it can reach the server.</p>
<p>Note: adding a webhook requires your OpenShift server to be reachable from GitHub.</p>
Expand Down

0 comments on commit 9a6db38

Please sign in to comment.