File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -384,9 +384,9 @@ if [ "$AWS_CODE_DEPLOY_S3_SSE" == "true" ]; then
384
384
S3_CP=" $S3_CP --sse AES256"
385
385
fi
386
386
387
- runCommand " $S3_CP \" $APP_LOCAL_TEMP_FILE \" \" s3://$S3_FULL_BUCKET /$APP_LOCAL_FILE \" " \
388
- " Unable to copy bundle \" $APP_LOCAL_FILE \" to S3" \
389
- " Successfully copied bundle \" $APP_LOCAL_FILE \" to S3 "
387
+ runCommand " $S3_CP \" $APP_LOCAL_TEMP_FILE \" \" s3://$S3_FULL_BUCKET /$AWS_CODE_DEPLOY_S3_FILENAME \" " \
388
+ " Unable to copy bundle \" $APP_LOCAL_TEMP_FILE \" to S3" \
389
+ " Successfully copied bundle \" $APP_LOCAL_TEMP_FILE \" to s3:// $S3_FULL_BUCKET / $AWS_CODE_DEPLOY_S3_FILENAME "
390
390
391
391
392
392
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " aws-code-deploy" ,
3
- "version" : " 1.0.5 " ,
3
+ "version" : " 1.0.6 " ,
4
4
"description" : " Bash script to easily deploy applications with AWS Code Deploy." ,
5
5
"author" : " TechPivot" ,
6
6
"main" : " bin/aws-code-deploy.sh" ,
You can’t perform that action at this time.
0 commit comments