Skip to content

Commit

Permalink
Update github.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Pereira committed Mar 30, 2016
1 parent 88c99e0 commit 409d79d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/github.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# GitHub Integration

By default Nuts fetch releases from GitHub Releases; but sicne Nuts is caching informations, there might be a delay before the creation of the release and the release being served to users.
By default Nuts fetches releases from GitHub Releases; but since Nuts is caching information, there might be a delay before the creation of the release and the release being served to users.

To solve this issue, you can setup a webhook between Nuts and GitHub, to notify your nuts instance each time GitHub Releases are updated (created/removed/updated).

Expand All @@ -9,9 +9,11 @@ To solve this issue, you can setup a webhook between Nuts and GitHub, to notify
Add a [GitHub Webhook](https://help.github.com/articles/about-webhooks/) with the url:

```
http://download.myapp.com/refresh`
http://download.myapp.com/refresh
```

Where download.myapp.com, is the URL of your Nuts server.

It'll refresh versions cache everytime you update a release on GitHub.

### Secret
Expand Down

0 comments on commit 409d79d

Please sign in to comment.