Skip to content

Commit

Permalink
MATE-90 : [CHORE] application.yml 내용 확인 디버깅 스크립트 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
hongjeZZ committed Dec 6, 2024
1 parent 1533e73 commit 6027ce6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
- name: application-dev.yml 파일 만들기
run: echo "${{ secrets.APPLICATION_PROPERTIES }}" > ./src/main/resources/application.yml

- name: 디버깅 - application.yml 내용 확인
run: cat ./src/main/resources/application.yml

- name: 테스트 및 빌드하기
run: |
chmod +x gradlew
Expand Down

0 comments on commit 6027ce6

Please sign in to comment.