We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43d6a4c commit 9cbbb07Copy full SHA for 9cbbb07
deploy-s3.sh
@@ -6,11 +6,11 @@ dgname="Demo-Tag-Ubuntu"
6
zipname="${appname}-${dgname}-$(date -u "+%Y%m%d-%H%M%S").zip"
7
bucket="default50-public"
8
bucket_key="CodeDeploy"
9
-configname="CodeDeployDefault.AllAtOnce"
10
-#configname="CodeDeployDefault.OneAtATime"
+#configname="CodeDeployDefault.AllAtOnce"
+configname="CodeDeployDefault.OneAtATime"
11
profile="code"
12
13
-if [ "x${1}" = "x-i" ]; then
+if [ "${1}" = "-i" ]; then
14
IGNORE="--ignore-application-stop-failures"
15
fi
16
0 commit comments