diff --git a/readthedocs/oauth/services/gitlab.py b/readthedocs/oauth/services/gitlab.py index 69edf5c5313..f7418df57b7 100644 --- a/readthedocs/oauth/services/gitlab.py +++ b/readthedocs/oauth/services/gitlab.py @@ -178,7 +178,7 @@ def setup_webhook(self, project): # See: http://doc.gitlab.com/ce/api/projects.html#add-project-hook data = json.dumps({ - 'id': 'readthedocs', + 'id': settings.PRODUCTION_DOMAIN, 'push_events': True, 'issues_events': False, 'merge_requests_events': False,