Skip to content

Commit

Permalink
[hotfix] ls -l 을 통해 파일 구조 한번 살펴보는 명려어 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
khyojun committed Jan 19, 2025
1 parent aac4691 commit 4ed2a61
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 @@ -23,6 +23,7 @@ jobs:
- name: Push yml file
run: |
mkdir -p ./src/main/resources
ls -l
echo ${{ secrets.YML }} > ./src/main/resources/application-prod.yml
- name: Build with Gradle
Expand Down

0 comments on commit 4ed2a61

Please sign in to comment.