From 409d79d0990caf968d3395449560bd6297668872 Mon Sep 17 00:00:00 2001 From: Daniel Pereira Date: Wed, 30 Mar 2016 15:33:28 -0500 Subject: [PATCH] Update github.md --- docs/github.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/github.md b/docs/github.md index f9b14319..ac168a21 100644 --- a/docs/github.md +++ b/docs/github.md @@ -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). @@ -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