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 570709b + 7ab0070 commit dfa3a4dCopy full SHA for dfa3a4d
cdn.py
@@ -10,7 +10,7 @@
10
def fastly_purge(*args):
11
"Purge items from Fastly, eg \"/one,/two,/three\". Wildcards not supported."
12
if env.environment == 'production':
13
- hostnames_to_purge = ['www.gov.uk', 'assets.digital.cabinet-office.gov.uk']
+ hostnames_to_purge = ['www.gov.uk', 'assets.publishing.service.gov.uk']
14
elif env.environment == 'staging':
15
hostnames_to_purge = ['www.staging.publishing.service.gov.uk', 'assets.staging.publishing.service.gov.uk']
16
0 commit comments