Skip to content

Commit

Permalink
[hotfix] 파일이 제대로 들어갔는지 확인하는 로직 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
khyojun committed Jan 19, 2025
1 parent 4ed2a61 commit a0d7b29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/gongbaek-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
mkdir -p ./src/main/resources
ls -l
echo ${{ secrets.YML }} > ./src/main/resources/application-prod.yml
cat ./src/main/resources/application-prod.yml
- name: Build with Gradle
run: ./gradlew -x test clean build
Expand Down

0 comments on commit a0d7b29

Please sign in to comment.