Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
Signed-off-by: 이태윤 <tyleeg0901@gmail.com>
  • Loading branch information
mataeLee authored Oct 5, 2024
1 parent e5efa56 commit 061b5d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
# secrets 내용을 읽어 yml 파일을 특정 위치에 생성
- name: Create application.yml
run: |
echo -e "${{ secrets.APPLICATION }}" > ./src/main/resources/application.yml
echo -e "${{ secrets.APPLICATION_YML }}" > ./src/main/resources/application.yml
# Build Application
- name: Build the application
Expand Down

0 comments on commit 061b5d0

Please sign in to comment.