Skip to content

Commit

Permalink
fix: path
Browse files Browse the repository at this point in the history
  • Loading branch information
Seokyeong237 committed Jan 20, 2024
1 parent 26442ea commit f480c9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
# 환경 변수 설정
- name: Set up Environment
run: |
cd ./src/main/resources
touch ./application.yml
mkdir ./src/main/resources
touch ./src/main/resources/application.yml
echo "${{ secrets.APPLICATION_YML }}" > ./application.yml
# 빌드 권한 부여
Expand Down

0 comments on commit f480c9e

Please sign in to comment.