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 3c1c9da commit ad2ef80
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,12 @@ jobs:
distribution: temurin
java-version: 17

- name: Check if secret exists
if: "${{ secrets.APPLICATION_PROPERTIES != '' }}"
run: echo "Secret is set"

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

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

0 comments on commit ad2ef80

Please sign in to comment.