Skip to content

Commit

Permalink
Chore: deploy.yml 수정
Browse files Browse the repository at this point in the history
- application.properties -> yml 형식 변경
- 현재 폴더는 유지하고, application.yml생성 작업을 하도록 안전한 방식으로 변경
  • Loading branch information
Yeon-chae authored Dec 26, 2024
1 parent e830b2d commit 2aa20bb
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,9 @@ jobs:
distribution: 'temurin'

# 환경 변수 설정
- name: Make application.properties
- name: Make application.yml
run: |
cd ./src/main/resources
touch ./application.properties
echo "${{ secrets.APPLICATION }}" > ./application.properties
shell: bash
echo "${{ secrets.APPLICATION }}" > ./src/main/resources/application.yml
- name: Setup Gradle
uses: gradle/actions/setup-gradle@af1da67850ed9a4cedd57bfd976089dd991e2582 # v4.0.0
Expand Down

0 comments on commit 2aa20bb

Please sign in to comment.