Skip to content

Commit 0653458

Browse files
authored
Merge pull request #102 from prgrms-web-devcourse-final-project/chore/33-infra
refactor[cicd]: jpa DDL 방식 변경
2 parents f1b4fc0 + 1d02f46 commit 0653458

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/CI-CD_Pipeline.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,7 @@ jobs:
243243
PROD_DATASOURCE_DRIVER=com.mysql.cj.jdbc.Driver
244244
PROD_DATASOURCE_USERNAME=root
245245
PROD_DATASOURCE_PASSWORD=${{ secrets.DB_PASSWORD }}
246+
PROD_JPA_HIBERNATE_DDL_AUTO=update
246247

247248
PROD_REDIS_HOST=redis_1
248249
PROD_REDIS_PORT=6379

0 commit comments

Comments
 (0)