Skip to content

Commit f2d54d7

Browse files
authored
Use new bugbug deployment (#2749)
1 parent 15a0787 commit f2d54d7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

bugbot/bugbug_utils.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@
88

99
import requests
1010

11-
BUGBUG_HTTP_SERVER = os.environ.get(
12-
"BUGBUG_HTTP_SERVER", "https://bugbug.herokuapp.com/"
13-
)
11+
BUGBUG_HTTP_SERVER = os.environ.get("BUGBUG_HTTP_SERVER", "https://bugbug.moz.tools/")
1412

1513

1614
def classification_http_request(url, bug_ids):

0 commit comments

Comments
 (0)