Releases: NandosUK/gcp-storage-bucket-action
Releases · NandosUK/gcp-storage-bucket-action
Update entrypoint.sh
Set cache headers on upload.
The original script uploads all of the files and then sets caching headers according to the application needs as a second pass. This modification sets a no cache header on everything as it uploads before setting the caching headers as before on a second pass.
Tweak entrypoint pathing for page data
What's Changed
- Update entrypoint by @MrManning in #1
New Contributors
- @MrManning made their first contribution in #1
Full Changelog: v1.16...v1.17
Tweaks to caching
prevent page-data.json
and app-data.json
being cached
Configurable HTML/json cache headers
v1.15 update action to set configurable cache headers
v1.14: Update entrypoint.sh
Corrected header format
Added headers for security of html
X-Frame-Options: SAMEORIGIN
X-Content-Type-Options: nosniff
added to headers for HTML
v1.12: Update entrypoint.sh
Tweak to build
v1.11: Update entrypoint.sh
Moving index.html to menu.html
v1.10: Update entrypoint.sh
Move index to menu