We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc9363f commit 35ab864Copy full SHA for 35ab864
.circleci/config.yml
@@ -793,7 +793,7 @@ jobs:
793
s3://${AWS_BUCKET_NAME}/${upgradeLatestFolderPath} --recursive
794
795
# invalidate cloudfront cash
796
- # aws cloudfront create-invalidation --distribution-id ${AWS_DISTRIBUTION_ID} --paths "/*"
+ aws cloudfront create-invalidation --distribution-id ${AWS_DISTRIBUTION_ID} --paths "/*"
797
798
- run:
799
name: Add tags for all objects and create S3 metrics
0 commit comments