Skip to content

Commit

Permalink
Update ci.cd.prod.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
oU-Ua authored Jul 13, 2024
1 parent 8644051 commit 4cbce36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.cd.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ jobs:
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
run: |
aws deploy create-deployment \
--application-name codedeploy-easylead\
--application-name codedeploy-easylead \
--deployment-group-name easylead \
--file-exists-behavior OVERWRITE \
--s3-location bucket=easy-lead-bucket,bundleType=zip,key=easylead.zip \
--s3-location bucket=easy-lead-bucket,bundleType=zip,key=easylead.zip \
--region ap-northeast-2

0 comments on commit 4cbce36

Please sign in to comment.