Skip to content

Commit 3f5496a

Browse files
committed
env 파일 생성 디버깅 코드 추가
1 parent ac4ef2f commit 3f5496a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323
- name: Create .env files
2424
run: echo "${{ secrets.ENV_FILE_CONTENT }}" > backend/.env
2525

26+
- name: Check .env exists
27+
run: cat backend/.env
28+
2629
- name: Build Spring Boot App
2730
run: ./gradlew clean build -x test
2831
working-directory: backend

0 commit comments

Comments
 (0)