Skip to content

Commit 43cfd51

Browse files
authored
Refactor/53 (#54)
* refactor: WIP * refactor: WIP
1 parent 130ee7f commit 43cfd51

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
lines changed

.github/workflows/backend-ci.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
1-
name: CI
1+
name: PicTalk dev CI
22

33
on:
4-
push:
5-
branches:
6-
- main
7-
- develop
84
pull_request:
95
branches:
106
- main
@@ -25,7 +21,7 @@ jobs:
2521
- name: Set up JDK 17 (Amazon Corretto)
2622
uses: actions/setup-java@v4
2723
with:
28-
# distribution: 'corretto' # 올바른 배포판 이름
24+
# distribution: 'corretto' # 올바른 배포판 이름
2925
distribution: 'temurin'
3026
java-version: '17'
3127

.github/workflows/dev_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: UMC Dev CI/CD # workflow 이름
1+
name: PicTalk dev CD # workflow 이름
22

33
on: # 이벤트 설정
44
pull_request:

src/main/resources/application.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ spring:
77

88
jpa:
99
hibernate:
10-
ddl-auto: create-drop
10+
ddl-auto: update
1111
show-sql: true
1212
properties:
1313
hibernate:

0 commit comments

Comments
 (0)