aboutsummaryrefslogtreecommitdiffstats
path: root/config.py
diff options
context:
space:
mode:
authorkongr45gpen <electrovesta@gmail.com>2017-05-07 14:43:14 +0300
committerkongr45gpen <electrovesta@gmail.com>2017-05-07 14:43:14 +0300
commit03aad42d43471714aba380159b2e68ef1ac2d4a7 (patch)
treec2042415155b072eebd3dd3309aecabddcc7c84a /config.py
parent2771ccfa74de49100a88a0cdd38ee4e5a84afcbc (diff)
downloadsupybot_github-03aad42d43471714aba380159b2e68ef1ac2d4a7.tar.gz
supybot_github-03aad42d43471714aba380159b2e68ef1ac2d4a7.tar.bz2
supybot_github-03aad42d43471714aba380159b2e68ef1ac2d4a7.zip
Add support for Netlify
Diffstat (limited to 'config.py')
-rw-r--r--config.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/config.py b/config.py
index 9b6eef6..85c3a02 100644
--- a/config.py
+++ b/config.py
@@ -55,6 +55,10 @@ conf.registerChannelValue(Github, 'showSuccessfulBuildMessages',
registry.String('change',
"""Whether to show successful build messages - can be never, change or always"""))
+conf.registerChannelValue(Github, 'showSuccessfulDeployMessages',
+ registry.String('always',
+ """Whether to show successful deployment messages - can be never, change or always"""))
+
conf.registerGlobalValue(Github, 'port',
registry.Integer(8093,
"""The port where Github will send HTTP requests"""))

© 2014-2024 Faster IT GmbH | imprint | privacy policy