Skip to content

Commit

Permalink
OIL-114: upload default.json poi list to s3
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Glintschert committed Oct 5, 2018
1 parent b060eca commit 2d49f87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions releaseOil.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions uploadToS3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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/"

0 comments on commit 2d49f87

Please sign in to comment.