Skip to content

Commit

Permalink
[CHORE] 깃헙 액션에서 yml 파일명 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Goder-0 committed Jul 31, 2024
1 parent f053022 commit 5b1824a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ jobs:
cd ./src/main/resources
# yml 파일 생성
touch ./application-dev.yml
echo "$APPLICATION_DEV" > ./application-dev.yml
touch ./application-prod.yml
echo "$APPLICATION_DEV" > ./application-prod.yml
# 폴더 생성
mkdir templates
Expand Down

0 comments on commit 5b1824a

Please sign in to comment.