From 8e3248951663dbf8c69eb41205a83798862475c7 Mon Sep 17 00:00:00 2001 From: Moumita Mandal Date: Fri, 27 Aug 2021 15:57:43 +0530 Subject: [PATCH] prod yml file updated --- buildspec.prod.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildspec.prod.yaml b/buildspec.prod.yaml index c814d84783..69b1b1e4c5 100644 --- a/buildspec.prod.yaml +++ b/buildspec.prod.yaml @@ -16,7 +16,7 @@ phases: # - mv dist/prod.js dist/rudder-analytics.min.js # - aws s3 cp dist/rudder-analytics.min.js s3://$S3_BUCKET_NAME/v3/rudder-analytics.min.js --cache-control max-age=3600 --acl public-read # - aws s3 cp dist/rudder-analytics.js s3://$S3_BUCKET_NAME/v3/rudder-analytics.js --cache-control max-age=3600 --acl public-read - - aws s3 cp -R dist/integrations/* s3://$S3_BUCKET_NAME/v3/js-integrations/ --cache-control max-age=3600 --acl public-read + - aws s3 cp dist/integrations/* s3://$S3_BUCKET_NAME/v3/js-integrations/ --cache-control max-age=3600 --acl public-read # - aws cloudfront create-invalidation --distribution-id $CLOUDFRONT_DISTRIBUTION_ID --paths "/v3/rudder-analytics.min.js" # - aws cloudfront create-invalidation --distribution-id $CLOUDFRONT_DISTRIBUTION_ID --paths "/v3/rudder-analytics.js" - aws cloudfront create-invalidation --distribution-id $CLOUDFRONT_DISTRIBUTION_ID --paths "/v3/js-integrations"