Use "staging.craftin..." instead of "new.crafti.."

This commit is contained in:
Andrew Miner
2016-04-03 21:12:30 -07:00
parent c608ad4218
commit 150b9ae0e3
+1 -1
View File
@@ -17,7 +17,7 @@ while [[ "$1" != "" ]]; do
done
SOURCE_DIR="./dist/"
SITE="new.crafting-guide.com"
SITE="staging.crafting-guide.com"
[[ "$ENVIRONMENT" == "production" ]] && SITE="crafting-guide.com"
TARGET_DIR="s3://$SITE/"