Skip to content

Commit

Permalink
add: set up environment
Browse files Browse the repository at this point in the history
  • Loading branch information
Seokyeong237 committed Jan 20, 2024
1 parent d7b5c8b commit db843e6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ jobs:
java-version: '17'
distribution: 'temurin'

# 환경 변수 설정
- name: Set up Environment
run: |
touch application.yml
echo "${{ secrets.APPLICATION_YML }}" > ./application.yml
# 빌드 권한 부여
- name: Grant execute permission for gradlew
run: chmod +x gradlew
Expand Down

0 comments on commit db843e6

Please sign in to comment.