From f49732b036866d564e34425428ff744bbaac7f26 Mon Sep 17 00:00:00 2001 From: David Baker Date: Fri, 26 Apr 2019 15:41:20 +0100 Subject: [PATCH] Link to buildkite webhook docs --- scripts/redeploy.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/redeploy.py b/scripts/redeploy.py index 093ffe18..5cf45feb 100755 --- a/scripts/redeploy.py +++ b/scripts/redeploy.py @@ -2,7 +2,8 @@ # # auto-deploy script for https://riot.im/develop # -# Listens for HTTP hits. When it gets one, downloads the artifact from buildkite +# Listens for buildkite webhook pokes (https://buildkite.com/docs/apis/webhooks) +# When it gets one, downloads the artifact from buildkite # and deploys it as the new version. # # Requires the following python packages: