Prevent caching protected admin bundle
All checks were successful
Publish static bundles / publish (push) Successful in 2m41s

This commit is contained in:
Workstation Bot 2026-07-14 14:53:41 +00:00
parent 8b416dfba1
commit 33d9509678

View file

@ -76,3 +76,5 @@ jobs:
$aws $common s3 sync bundle-admin s3://admin.familyfed.ie --delete \
--cache-control 'private, max-age=0, must-revalidate'
$aws $common s3 cp bundle-admin s3://admin.familyfed.ie --recursive \
--cache-control 'private, no-store'