Skip to content

Commit 696aa49

Browse files
author
Karl Isenberg
authored
Change cache invalidation to /* from /
1 parent 40c3a0f commit 696aa49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/site/6-invalidate-cache.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ AWS_SECRET_ACCESS_KEY="${AWS_SECRET_ACCESS_KEY}"
1212
AWS_DEFAULT_REGION="${AWS_DEFAULT_REGION}"
1313

1414
echo "Invalidating Cache..."
15-
if ! RESULT="$(aws cloudfront create-invalidation --distribution-id ${CLOUDFRONT_DISTRIBUTION_ID} --path /)"; then
15+
if ! RESULT="$(aws cloudfront create-invalidation --distribution-id ${CLOUDFRONT_DISTRIBUTION_ID} --path /*)"; then
1616
echo "${RESULT}"
1717
echo "Invalidation Failure!"
1818
exit 1

0 commit comments

Comments
 (0)