Prevent caching protected admin bundle
All checks were successful
Publish static bundles / publish (push) Successful in 2m41s
All checks were successful
Publish static bundles / publish (push) Successful in 2m41s
This commit is contained in:
parent
8b416dfba1
commit
33d9509678
1 changed files with 2 additions and 0 deletions
|
|
@ -76,3 +76,5 @@ jobs:
|
||||||
|
|
||||||
$aws $common s3 sync bundle-admin s3://admin.familyfed.ie --delete \
|
$aws $common s3 sync bundle-admin s3://admin.familyfed.ie --delete \
|
||||||
--cache-control 'private, max-age=0, must-revalidate'
|
--cache-control 'private, max-age=0, must-revalidate'
|
||||||
|
$aws $common s3 cp bundle-admin s3://admin.familyfed.ie --recursive \
|
||||||
|
--cache-control 'private, no-store'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue