Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit dfa3a4d

Browse files
committed
Merge pull request alphagov#220 from alphagov/assets-domain-change
Update assets domain
2 parents 570709b + 7ab0070 commit dfa3a4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cdn.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
def fastly_purge(*args):
1111
"Purge items from Fastly, eg \"/one,/two,/three\". Wildcards not supported."
1212
if env.environment == 'production':
13-
hostnames_to_purge = ['www.gov.uk', 'assets.digital.cabinet-office.gov.uk']
13+
hostnames_to_purge = ['www.gov.uk', 'assets.publishing.service.gov.uk']
1414
elif env.environment == 'staging':
1515
hostnames_to_purge = ['www.staging.publishing.service.gov.uk', 'assets.staging.publishing.service.gov.uk']
1616

0 commit comments

Comments
 (0)