Skip to content

Commit eda5831

Browse files
committed
feat: springdoc.yml 파일 생성 자동화 추가
1 parent 32cb621 commit eda5831

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/spring-boot-cicd.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ jobs:
5151
run: |
5252
echo "${{ secrets.CONFIG_IMPORTS_YML }}" > CT-web/src/main/resources/config-imports.yml
5353
54+
- name: springdoc.yml 파일 생성
55+
run: |
56+
echo "${{ secrets.SPRINGDOC_YML }}" > CT-web/src/main/resources/springdoc.yml
57+
5458
# 브랜치 별 active profile 설정
5559
- name: Decide active profile
5660
id: profile

0 commit comments

Comments
 (0)