Skip to content

Commit

Permalink
hotfix: trigger deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chominho96 committed Mar 1, 2024
1 parent a414717 commit 3c72922
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- main
- develop
- feat/#81

jobs:
build-and-push:
Expand Down
2 changes: 1 addition & 1 deletion api-server/src/main/resources/application-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ spring:
jpa:
database-platform: org.hibernate.dialect.MySQLDialect
hibernate:
ddl-auto: validate
ddl-auto: create
properties:
hibernate:
format_sql: true
Expand Down
2 changes: 1 addition & 1 deletion batch/src/main/resources/application-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ spring:
jpa:
database-platform: org.hibernate.dialect.MySQLDialect
hibernate:
ddl-auto: validate
ddl-auto: create
properties:
hibernate:
format_sql: true
Expand Down
2 changes: 1 addition & 1 deletion domain/src/main/resources/application-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ spring:
jpa:
database-platform: org.hibernate.dialect.MySQLDialect
hibernate:
ddl-auto: validate
ddl-auto: create
properties:
hibernate:
format_sql: true
Expand Down

0 comments on commit 3c72922

Please sign in to comment.