Skip to content
This repository was archived by the owner on Jan 19, 2023. It is now read-only.

Commit a404b87

Browse files
committed
Change ZIP file name
1 parent 9d6297d commit a404b87

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

aws-s3-deploy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
ZIPNAME=${CIRCLE_BRANCH}"-"${CIRCLE_BUILD_NUM}"-"${CIRCLE_SHA1}".zip"
3+
ZIPNAME=${CIRCLE_PROJECT_REPONAME}"-CircleCI-Build-"${CIRCLE_BUILD_NUM}".zip"
44

55
# push apps to S3
66
S3INFO=`aws deploy push \
@@ -24,4 +24,4 @@ DEPLOYMENT_ID=`echo ${DEPLOY} | jq .deploymentId | sed -e 's/"//g'`
2424
echo ${DEPLOYMENT_ID}
2525

2626
# wait for codedeploy finishes deployment
27-
aws deploy wait deployment-successful --deployment-id ${DEPLOYMENT_ID}
27+
aws deploy wait deployment-successful --deployment-id ${DEPLOYMENT_ID}

0 commit comments

Comments
 (0)