Skip to content

Commit

Permalink
prod yml file updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Moumita Mandal committed Aug 27, 2021
1 parent 8d5510b commit 8e32489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildspec.prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 8e32489

Please sign in to comment.