Update "What's new?" text

This commit is contained in:
Andrew Miner
2015-03-12 19:36:42 -07:00
parent 48e2ae841d
commit fa916117b6
2 changed files with 12 additions and 2 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ fi
if [[ "$TARGET" == "new" ]]; then
find "$ROOT" -name ".DS_Store" | xargs rm
grunt clean dist
aws s3 sync "$ROOT/" "s3://new.$SITE/" --delete
s3cmd sync -r --delete-removed --add-header="cache-control:max-age=1800" "$ROOT/" "s3://new.$SITE/"
grunt clean build
elif [[ "$TARGET" == "promote" ]]; then
aws s3 sync "s3://new.$SITE" "s3://$SITE" --delete