Skip to content
This repository was archived by the owner on Feb 6, 2026. It is now read-only.

Commit c4e95f3

Browse files
Merge pull request #62 from williamhakim10/bugfix/fix-circleci-config
[Bugfix, N/A] Updated codedeploy environment variables - take two
2 parents 3054da0 + d7169fc commit c4e95f3

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.circleci/config.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ jobs:
8383
- AWS_CODE_DEPLOY_DEPLOYMENT_GROUP_NAME: "staging"
8484
- AWS_CODE_DEPLOY_SERVICE_ROLE_ARN: "arn:aws:iam::273834392857:role/CodeDeployServiceRole"
8585
- AWS_CODE_DEPLOY_EC2_TAG_FILTERS: "Key=Name,Value=emailbenchmarking.com,Type=KEY_AND_VALUE"
86-
- AWS_CODE_DEPLOY_APP_SOURCE: "${CIRCLE_WORKING_DIRECTORY}"
8786
- AWS_CODE_DEPLOY_S3_FILENAME: "${CIRCLE_BUILD_NUM}#${CIRCLE_SHA1:0:7}.zip"
8887
- AWS_CODE_DEPLOY_S3_BUCKET: circleci-codedeploy-bucket
8988
- AWS_CODE_DEPLOY_S3_LIMIT_BUCKET_FILES: 10
@@ -98,8 +97,8 @@ jobs:
9897
- run:
9998
name: Deploy via AWS CodeDeploy
10099
command: |
101-
npm install aws-code-deploy --save-dev
102-
./node_modules/aws-code-deploy/bin/aws-code-deploy.sh
100+
npm install -g aws-code-deploy
101+
aws-code-deploy
103102
104103
workflows:
105104
version: 2

0 commit comments

Comments
 (0)