Skip to content

Commit 50522ec

Browse files
committed
chore: 로그백 제거
1 parent 92ede0f commit 50522ec

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/CD.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -49,16 +49,6 @@ jobs:
4949
echo "${{ secrets.PROPERTIES_SECRET }}" > ./application-secret.yml
5050
shell: bash
5151

52-
#로그 xml 파일 설정
53-
- name: Make logback-spring.xml
54-
run: |
55-
cd ./src/main/resources
56-
touch ./logback-spring.xml
57-
echo "${{ secrets.LOGBACK_SPRING }}" > ./logback-spring.xml
58-
shell: bash
59-
60-
61-
6252
#test를 포함한 프로젝트 빌드
6353
- name: Build With Gradle
6454
run: ./gradlew bootJar

0 commit comments

Comments
 (0)