REVERT LATER. Do not change S3 bucket name at this point.

This commit is contained in:
Nick Martin
2012-01-04 18:25:17 -08:00
parent 2f17721e79
commit eafe8a0ef0
2 changed files with 4 additions and 4 deletions

View File

@@ -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 "//////////////////////"

View File

@@ -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'
};