Skip to content

Commit da9e855

Browse files
committed
fix: gradle.yml 파일 수정
- 자동 배포를 위한 yml 파일 수정 - touch ./src/main/resources/application.properties 추가
1 parent a93b3d7 commit da9e855

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
git pull origin develop
3232
3333
# application.properties 새로 생성
34+
touch ./src/main/resources/application.properties
3435
echo "${{ secrets.APPLICATION }}" | sudo tee ./src/main/resources/application.properties > /dev/null
3536
3637
# 🔹 JAR 빌드 (서버에서 실행)

0 commit comments

Comments
 (0)