Skip to content

Commit 9cbbb07

Browse files
committed
Minor tweaks
1 parent 43d6a4c commit 9cbbb07

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

deploy-s3.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ dgname="Demo-Tag-Ubuntu"
66
zipname="${appname}-${dgname}-$(date -u "+%Y%m%d-%H%M%S").zip"
77
bucket="default50-public"
88
bucket_key="CodeDeploy"
9-
configname="CodeDeployDefault.AllAtOnce"
10-
#configname="CodeDeployDefault.OneAtATime"
9+
#configname="CodeDeployDefault.AllAtOnce"
10+
configname="CodeDeployDefault.OneAtATime"
1111
profile="code"
1212

13-
if [ "x${1}" = "x-i" ]; then
13+
if [ "${1}" = "-i" ]; then
1414
IGNORE="--ignore-application-stop-failures"
1515
fi
1616

0 commit comments

Comments
 (0)