Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8528c51 + beafa1b commit 86d7adfCopy full SHA for 86d7adf
cdn.py
@@ -11,9 +11,7 @@ def fastly_purge(*args):
11
if env.environment == 'production':
12
hostnames_to_purge = ['www.gov.uk', 'assets.digital.cabinet-office.gov.uk']
13
elif env.environment == 'staging':
14
- # FIXME - Staging Fastly service should point to non alphagov.co.uk
15
- # domains and amended here after the miration to Carrenza
16
- hostnames_to_purge = ['www.staging.alphagov.co.uk', 'assets.staging.alphagov.co.uk']
+ hostnames_to_purge = ['www.staging.publishing.service.gov.uk', 'assets.staging.publishing.service.gov.uk']
17
18
for path in args:
19
if "*" in path:
0 commit comments