Skip to content

Commit

Permalink
[DEPLOY] 스크립트 s3 버킷명 오타 수정 #118
Browse files Browse the repository at this point in the history
  • Loading branch information
ddongseop committed Feb 4, 2024
1 parent 7980580 commit 5fe64fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/api-CD-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,5 +101,5 @@ jobs:
--application-name umbba-develop-server-codedeploy
--deployment-group-name umbba-api-server-codedeploy-group
--file-exists-behavior OVERWRITE
--s3-location bucket=umbba-storage,bundleType=zip,key=umbba-api.zip
--s3-location bucket=umbba-develop-storage,bundleType=zip,key=umbba-api.zip
--region ap-northeast-2
2 changes: 1 addition & 1 deletion .github/workflows/notification-CD-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,5 +101,5 @@ jobs:
--application-name umbba-develop-server-codedeploy
--deployment-group-name umbba-notification-server-codedeploy-group
--file-exists-behavior OVERWRITE
--s3-location bucket=umbba-storage,bundleType=zip,key=umbba-notification.zip
--s3-location bucket=umbba-develop-storage,bundleType=zip,key=umbba-notification.zip
--region ap-northeast-2

0 comments on commit 5fe64fe

Please sign in to comment.