From f2bd52bb941367f2ca8099c04c5bd9c8d522e0bb Mon Sep 17 00:00:00 2001 From: Sayan Mitra Date: Tue, 9 Jun 2020 19:58:47 +0530 Subject: [PATCH] change bucket name --- buildspec.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildspec.yml b/buildspec.yml index 320bf5387e..970ef99ffd 100644 --- a/buildspec.yml +++ b/buildspec.yml @@ -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: - "**/*" \ No newline at end of file