Skip to content

Commit

Permalink
chore: 배포 스크립트 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
kariskan committed Aug 22, 2024
1 parent a364de8 commit 130c7ea
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,12 @@ jobs:
with:
java-version: '17'
distribution: 'temurin'

- name: make application-secret.yml
run: |
# application-secret.yml 파일 생성
# application-secret.yml 파일 생성
# touch ./src/main/resources/application-secret.yml
# GitHub-Actions 에서 설정한 값을 application-secret.yml 파일에 쓰기
echo "${{ secrets.SECRET }}" > ./src/main/resources/application-secret.yml
echo "${{ secrets.SECRET }}" > ./src/main/resources/application-secret.yml
shell: bash
- name: Build with Gradle
run: |
Expand Down

0 comments on commit 130c7ea

Please sign in to comment.