Skip to content

Commit

Permalink
MATE-90 : [CHORE] deploy.yml 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
jooinjoo committed Dec 6, 2024
1 parent 53f33a0 commit cdb138e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
java-version: 17

- name: application-dev.yml 파일 만들기
echo "secrets: ${{ secrets.APPLICATION_PROPERTIES }}" # 값 확인
run: echo "${{ secrets.APPLICATION_PROPERTIES }}" > ./src/main/resources/application.yml

- name: 테스트 및 빌드하기
Expand Down

0 comments on commit cdb138e

Please sign in to comment.