Don't re-build for a promote

This commit is contained in:
Andrew Miner
2015-02-22 23:16:32 -08:00
parent e89d7a87c7
commit 0ec909a11e
+1 -3
View File
@@ -22,9 +22,7 @@ if [[ "$TARGET" == "new" ]]; then
find $ROOT -name ".DS_Store" | xargs rm
grunt clean dist
aws s3 sync $ROOT s3://new.$SITE --delete
grunt clean build
elif [[ "$TARGET" == "promote" ]]; then
aws s3 sync s3://new.$SITE s3://$SITE --delete
fi
grunt clean build