Skip to content

Commit c8bca10

Browse files
committed
chore: yml 생성 디버그
1 parent 513d429 commit c8bca10

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.cd.prod.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626
java-version: 21
2727
distribution: 'temurin'
2828

29+
- name: 파일 생성 권한 부여
30+
run: chmod -R 777 ./src/main/resources
31+
2932
# application.yml 운영 환경 용 생성
3033
- name: Make application.yml
3134
run: |
@@ -39,7 +42,6 @@ jobs:
3942
echo "${{ secrets.PROD }}" | base64 --decode > ./application-prod.yml
4043
echo "${{ secrets.PROD_SECRET }}" | base64 --decode > ./application-prod-secret.yml
4144
42-
cat ./src/main/resources/application-prod.yml # 생성된 파일 확인
4345
4446
# Gradle cache 설정
4547
- name: Cache Gradle packages

0 commit comments

Comments
 (0)