Skip to content

Commit

Permalink
Merge pull request #29 from tukcomCD2024/backend/feature/ec2-restart
Browse files Browse the repository at this point in the history
fix: aws env 변경
  • Loading branch information
yo0oni authored Feb 27, 2024
2 parents b439c08 + 037d05f commit c314791
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ defaults:
shell: bash

env:
AWS_S3_BUCKET: howabouttrip-bucket
AWS_CODE_DEPLOY_APPLICATION: HowAboutTrip-CD
AWS_CODE_DEPLOY_GROUP: HowAboutTrip-CD-Group
AWS_S3_BUCKET: howabouttrip-backend-bucket
AWS_CODE_DEPLOY_APPLICATION: HowAboutTrip-Backend-CD
AWS_CODE_DEPLOY_GROUP: HowAboutTrip-Backend-CD-Group

jobs:
deploy:
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -290,4 +290,5 @@ gradle-app.setting
# Java heap dump
*.hprof

# End of https://www.toptal.com/developers/gitignore/api/macos,windows,gradle,intellij+all,java,intellij,sonar
# End of https://www.toptal.com/developers/gitignore/api/macos,windows,gradle,intellij+all,java,intellij,sonar
*.pptx
2 changes: 1 addition & 1 deletion backend/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ spring:
ddl-auto: update
datasource:
driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://52.79.173.179:3306/trip
url: jdbc:mysql://localhost:3306/trip
username: ${DB_USERNAME}
password: ${DB_PASSWORD}

Expand Down

0 comments on commit c314791

Please sign in to comment.