Skip to content

Commit

Permalink
update :: Gauth-CD.yml
Browse files Browse the repository at this point in the history
deploy 부분 수정
  • Loading branch information
MinnSeoo authored Jan 29, 2024
1 parent f9cbe5d commit 9188a47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Gauth-CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ jobs:
- name: Deploy
run: |
aws deploy create-deployment \
--application-name ${{ secrets.GAUTH_CODEDEPLOY }} \
--application-name ${{ secrets.GAUTH_CODEDEPLOY }} \
--deployment-config-name CodeDeployDefault.OneAtATime \
--deployment-group-name ${{ secrets.GAUTH_DEPLOY_GROUP }} \
--file-exists-behavior OVERWRITE \
--s3-location bucket=${{ secrets.GAUTH_DEPLOY_S3_NAME }},bundleType=zip,key=${{ secrets.GAUTH_S3_OBJECT }}/$GITHUB_SHA.zip \
--region ap-northeast-2 \
--${{ secrets.AWS_REGION }}

0 comments on commit 9188a47

Please sign in to comment.