Skip to content

Commit

Permalink
#9 [feat] application.yml 파일명 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
sohyundoh authored Jan 2, 2024
1 parent 32f7821 commit deb64c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/PROD-CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: |
mkdir ./module-api/src/main/resources
cd ./module-api/src/main/resources
echo "${{ secrets.PROD_APPLICATION }}" > ./application-deploy.yml
echo "${{ secrets.PROD_APPLICATION }}" > ./application.yml
working-directory: ${{ env.working-directory }}

- name: 빌드
Expand Down

0 comments on commit deb64c0

Please sign in to comment.