Skip to content

Commit

Permalink
#9 [feat] CD 워크플로우 파일 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
sohyundoh authored Jan 3, 2024
1 parent 524b775 commit 1f9cee6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/PROD-CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ jobs:
run: |
mkdir ./module-api/src/main/resources
cd ./module-api/src/main/resources
touch ./application.yml
echo "${{ secrets.PROD_APPLICATION }}" > ./application.yml
cat ./application.yml
working-directory: ${{ env.working-directory }}

- name: 빌드
Expand Down

0 comments on commit 1f9cee6

Please sign in to comment.