From 150b9ae0e33695ca25d379955c6698f683a425b8 Mon Sep 17 00:00:00 2001 From: Andrew Miner Date: Sun, 3 Apr 2016 21:12:30 -0700 Subject: [PATCH] Use "staging.craftin..." instead of "new.crafti.." --- scripts/s3_upload | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/s3_upload b/scripts/s3_upload index 6718899b0..acc29961a 100755 --- a/scripts/s3_upload +++ b/scripts/s3_upload @@ -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/"