Skip to content

Commit

Permalink
Merge pull request #9 from 9oormthon-univ/hyundong
Browse files Browse the repository at this point in the history
refact :: deploy.yml 프로퍼티 확인용 코드 삭제
  • Loading branch information
hyundong-L authored Nov 19, 2024
2 parents 97c0cae + 6e754a7 commit 1b7ded5
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,6 @@ jobs:
echo "${{ secrets.APPLICATION_PROD }}" > ./application-prod.yml
echo "${{ secrets.APPLICATION_COMMON }}" > ./application-common.yml
- name: Verify application yml files
run: |
ls -l ./src/main/resources
- name: Debug yml file contents
run: |
echo "${{ secrets.APPLICATION_PROD }}"
echo "${{ secrets.APPLICATION_COMMON }}"
# Gradle 설정
- name: Setup Gradle
uses: gradle/actions/setup-gradle@417ae3ccd767c252f5661f1ace9f835f9654f2b5
Expand Down

0 comments on commit 1b7ded5

Please sign in to comment.