Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Yeon-chae authored Dec 27, 2024
1 parent f9092cf commit 27881ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,10 @@ jobs:
# 환경 변수 설정
- name: Make application.yml
run: |
echo "${{ secrets.ENV }}" > ./src/main/resources/properties/env.properties
echo "${{ secrets.APPLICATION }}" > ./src/main/resources/application.yml
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4

Expand Down

0 comments on commit 27881ee

Please sign in to comment.