Skip to content
This repository has been archived by the owner on Nov 11, 2019. It is now read-only.

Commit

Permalink
setup: Update uplift/frontend DNS (#1424)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bastien Abadie authored and garbas committed Aug 23, 2018
1 parent bbc61e8 commit a962ab3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/please_cli/please_cli/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,7 @@
'testing': {
's3_bucket': 'release-services-uplift-frontend-testing',
'url': 'https://uplift.testing.moz.tools',
'dns': 'd2ld4e8bl8yd1l.cloudfront.net.',
'dns': 'd1swet7sulei5z.cloudfront.net.',
'envs': {
'bugzilla-url': 'https://bugzilla.mozilla.org',
},
Expand All @@ -632,7 +632,7 @@
'staging': {
's3_bucket': 'release-services-uplift-frontend-staging',
'url': 'https://uplift.staging.moz.tools',
'dns': 'd2ld4e8bl8yd1l.cloudfront.net.',
'dns': 'd3voyguhnvtgyb.cloudfront.net.',
'envs': {
'bugzilla-url': 'https://bugzilla.mozilla.org',
},
Expand All @@ -646,7 +646,7 @@
'production': {
's3_bucket': 'release-services-uplift-frontend-production',
'url': 'https://uplift.moz.tools',
'dns': 'd2ld4e8bl8yd1l.cloudfront.net.',
'dns': 'd2j55he28msyhx.cloudfront.net.',
'envs': {
'bugzilla-url': 'https://bugzilla.mozilla.org',
},
Expand Down

0 comments on commit a962ab3

Please sign in to comment.