This commit is contained in:
jpellizzari
2017-02-13 14:18:59 -08:00
parent e013528ef6
commit 27f593c089

View File

@@ -175,7 +175,7 @@ ui-build-pkg:
npm run bundle && \
AWS_ACCESS_KEY_ID=$$UI_BUCKET_KEY_ID \
AWS_SECRET_ACCESS_KEY=$$UI_BUCKET_KEY_SECRET \
aws s3 cp ./tmp/weave-scope.tgz s3://weaveworks-js-modules/weave-scope/weave-scope.tgz --acl public-read
echo $AWS_ACCESS_KEY_ID && echo $AWS_SECRET_ACCESS_KEY && aws s3 cp ./tmp/weave-scope.tgz s3://weaveworks-js-modules/weave-scope/weave-scope.tgz --acl public-read
clean:
$(GO) clean ./...