Skip to content

Commit 03f306c

Browse files
authored
Merge pull request #79 from prgrms-web-devcourse-final-project/develop
chore[deploy]: 유저 root 로 접속
2 parents 7f13fc5 + e330eeb commit 03f306c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI-CD_Pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ jobs:
231231
232232
PROD_DATASOURCE_URL=jdbc:mysql://mysql_1:3306/DB_NAME?useSSL=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Seoul
233233
PROD_DATASOURCE_DRIVER=com.mysql.cj.jdbc.Driver
234-
PROD_DATASOURCE_USERNAME=${{ secrets.DB_USER }}
234+
PROD_DATASOURCE_USERNAME=root
235235
PROD_DATASOURCE_PASSWORD=${{ secrets.DB_PASSWORD }}
236236
237237
PROD_REDIS_HOST=redis_1

0 commit comments

Comments
 (0)