Skip to content

Commit

Permalink
docs: 환경변수 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
somin-jeong committed Apr 23, 2024
1 parent 91b57f3 commit 2b4e4f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
env:
ACTIVE_PROFILE: ${{ secrets.ACTIVE_PROFILE }}

DATASOURCE_URL_DEV: ${{ secrets.DATASOURCE_URL_DEV }}
# DATASOURCE_URL_DEV: ${{ secrets.DATASOURCE_URL_DEV }}
DATASOURCE_USERNAME: ${{ secrets.DATASOURCE_USERNAME }}
DATASOURCE_PASSWORD: ${{ secrets.DATASOURCE_PASSWORD }}

Expand Down
3 changes: 2 additions & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ spring:
on-profile: "devDB"

datasource:
url: ${DATASOURCE_URL_DEV}
# url: ${DATASOURCE_URL_DEV}
url: jdbc:mysql://conet.czimakykwi4f.ap-northeast-2.rds.amazonaws.com:3306/conet
username: ${DATASOURCE_USERNAME}
password: ${DATASOURCE_PASSWORD}
driver-class-name: com.mysql.cj.jdbc.Driver
Expand Down

0 comments on commit 2b4e4f2

Please sign in to comment.