aboutsummaryrefslogtreecommitdiffstats
path: root/docs
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 /docs
parent2771ccfa74de49100a88a0cdd38ee4e5a84afcbc (diff)
downloadsupybot_github-03aad42d43471714aba380159b2e68ef1ac2d4a7.tar.gz
supybot_github-03aad42d43471714aba380159b2e68ef1ac2d4a7.tar.bz2
supybot_github-03aad42d43471714aba380159b2e68ef1ac2d4a7.zip
Add support for Netlify
Diffstat (limited to 'docs')
-rw-r--r--docs/configuration.rst14
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/configuration.rst b/docs/configuration.rst
index fc9993b..35f146b 100644
--- a/docs/configuration.rst
+++ b/docs/configuration.rst
@@ -111,6 +111,8 @@ Available configuration values
:Default value: `False`
:Type: Boolean
+.. _showSuccessfulBuildMessages-option:
+
``showSuccessfulBuildMessages``
Whether to show build messages for non-failing builds on CI services, such
as Travis and AppVeyor. Setting to ``never`` will not show any message when
@@ -122,6 +124,18 @@ Available configuration values
:Possible values: ``never``, ``change``, ``always``
:Type: Enum
+``showSuccessfulDeployMessages``
+ Whether to show build messages for non-failing builds on deployment services,
+ such as Netlify. Works exactly like :ref:`showSuccessfulBuildMessages <showSuccessfulBuildMessages-option>`:
+ Setting to ``never`` will not show any message when a deployment is
+ successful, setting to ``always`` will show all success messages, and setting
+ this to ``change`` will only notify about successful deployments, when the
+ previous one was broken (i.e. whenever the build is fixed).
+
+ :Default value: `always`
+ :Possible values: ``never``, ``change``, ``always``
+ :Type: Enum
+
``brackets``
A set of characters to use instead of parentheses to enclose URLs. This may
be useful if your IRC client considers the default parentheses part of the

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