From 03aad42d43471714aba380159b2e68ef1ac2d4a7 Mon Sep 17 00:00:00 2001 From: kongr45gpen Date: Sun, 7 May 2017 14:43:14 +0300 Subject: Add support for Netlify --- config.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'config.py') 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""")) -- cgit v1.2.3