mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
REVERT LATER. Do not change S3 bucket name at this point.
This commit is contained in:
@@ -90,9 +90,9 @@ cat <<EOF
|
||||
EOF
|
||||
read
|
||||
|
||||
s3cmd -P put "$TARBALL" s3://com.meteor.static
|
||||
s3cmd -P put ./admin/install-s3.sh s3://com.meteor.static/update/
|
||||
s3cmd -P put ./admin/manifest.json s3://com.meteor.static/update/
|
||||
s3cmd -P put "$TARBALL" s3://com.skybreakplatform.static
|
||||
s3cmd -P put ./admin/install-s3.sh s3://com.skybreakplatform.static/update/
|
||||
s3cmd -P put ./admin/manifest.json s3://com.skybreakplatform.static/update/
|
||||
|
||||
echo
|
||||
echo "//////////////////////"
|
||||
|
||||
@@ -7,7 +7,7 @@ var semver = require("semver");
|
||||
|
||||
var manifest_options = {
|
||||
host: 's3.amazonaws.com',
|
||||
path: '/com.meteor.static/update/manifest.json'
|
||||
path: '/com.skybreakplatform.static/update/manifest.json'
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user