Skip to content

Commit

Permalink
#7 fix: CODE_DEPLOY_APPLICATION_NAME 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
yo0oni committed Jan 15, 2024
1 parent 3439cc7 commit 29b0195
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,9 @@ defaults:
working-directory: ./backend

env:
PROJECT_NAME: HowAboutTrip_project
S3_BUCKET_NAME: howabouttrip-cicd-bucket
CODE_DEPLOY_APPLICATION_NAME: HowAboutTrip-CICD
CODE_DEPLOY_DEPLOYMENT_GROUP_NAME: HowAboutTrip_instance
CODE_DEPLOY_APPLICATION_NAME: HowAboutTrip-Backend-CICD
CODE_DEPLOY_DEPLOYMENT_GROUP_NAME: HowAboutTrip-Backend-Instance

jobs:
deploy:
Expand Down

0 comments on commit 29b0195

Please sign in to comment.