Skip to content

Commit

Permalink
change bucket name
Browse files Browse the repository at this point in the history
  • Loading branch information
sayan-rudder committed Jun 9, 2020
1 parent 8ba06c4 commit f2bd52b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ phases:
- mv dist/prod.js dist/rudder-analytics.min.js
post_build:
commands:
- aws s3 cp dist/rudder-analytics.min.js s3://test-JS/rudder-analytics.min.js --metadata '{"max-age":"3600"}'
- aws s3 cp dist/rudder-analytics.min.js s3://test-js-pipeline/rudder-analytics.min.js --metadata '{"max-age":"3600"}'
artifacts:
files:
- "**/*"

0 comments on commit f2bd52b

Please sign in to comment.