Link to buildkite webhook docs

This commit is contained in:
David Baker 2019-04-26 15:41:20 +01:00
parent 73144c3493
commit f49732b036

View file

@ -2,7 +2,8 @@
# #
# auto-deploy script for https://riot.im/develop # 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. # and deploys it as the new version.
# #
# Requires the following python packages: # Requires the following python packages: