This commit is contained in:
jpellizzari
2017-02-13 13:34:30 -08:00
parent 336afe0f24
commit 135c3aac05
2 changed files with 5 additions and 6 deletions

View File

@@ -168,9 +168,9 @@ ui-upload: client/build-external/index.html
aws s3 cp client/build-external/ s3://static.weave.works/scope-ui/ --recursive --exclude '*.html'
ui-build-pkg:
AWS_ACCESS_KEY_ID=$$UI_BUCKET_KEY_ID \
AWS_SECRET_ACCESS_KEY=$$UI_BUCKET_KEY_SECRET \
$(sudo) docker run --name scope-pkg \
export AWS_ACCESS_KEY_ID=$$UI_BUCKET_KEY_ID \
export AWS_SECRET_ACCESS_KEY=$$UI_BUCKET_KEY_SECRET \
$(sudo) docker run \
-v $(shell pwd)/client/:/home/weave \
-v $(shell pwd)/tmp:/home/weave/tmp \
$(SCOPE_UI_BUILD_IMAGE) \