From 2d49f871aaca63eef31e5924ea5e6a516649daf0 Mon Sep 17 00:00:00 2001 From: Alexander Glintschert Date: Fri, 5 Oct 2018 14:11:39 +0200 Subject: [PATCH] OIL-114: upload default.json poi list to s3 --- releaseOil.sh | 1 + uploadToS3.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/releaseOil.sh b/releaseOil.sh index 35018862..9e6f0341 100755 --- a/releaseOil.sh +++ b/releaseOil.sh @@ -119,6 +119,7 @@ for file in release/${PACKAGE_VERSION}/*.js; do putS3 "release/${PACKAGE_VERSION}" "${file##*/}" "${AWS_BUCKET_PATH}/" done putS3 "release/${PACKAGE_VERSION}" "hub.html" "${AWS_BUCKET_PATH}/" +putS3 "release/${PACKAGE_VERSION}/poi-lists" "default.json" "${AWS_BUCKET_PATH}/poi-lists/" echo "### Pushing release to npmjs.com" diff --git a/uploadToS3.sh b/uploadToS3.sh index cfb30dc1..f68c8d37 100644 --- a/uploadToS3.sh +++ b/uploadToS3.sh @@ -36,3 +36,4 @@ for file in release/${PACKAGE_VERSION}/*.js; do putS3 "release/${PACKAGE_VERSION}" "${file##*/}" "${AWS_BUCKET_PATH}/" done putS3 "release/${PACKAGE_VERSION}" "hub.html" "${AWS_BUCKET_PATH}/" +putS3 "release/${PACKAGE_VERSION}/poi-lists" "default.json" "${AWS_BUCKET_PATH}/poi-lists/"