Skip to content

Commit

Permalink
Feat: 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 cfb5d96 commit c79ea9a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,14 @@ jobs:
distribution: 'temurin'

# 환경 변수 설정
- name: Make application.yml
- name: Make env.properties
run: |
echo "${{ secrets.ENV }}" > ./src/main/resources/properties/env.properties
# 환경 변수 설정
- name: Make application.yml
run: |
echo "${{ secrets.APPLICATION }}" > ./src/main/resources/application.yml
Expand Down

0 comments on commit c79ea9a

Please sign in to comment.