Skip to content

Commit

Permalink
Merge pull request #377 from SWM-NM/feat/#376
Browse files Browse the repository at this point in the history
🐛 [FIX] container 사이 redis Connection 문제 해결 #376
  • Loading branch information
miiiinju1 authored Sep 25, 2023
2 parents 1696563 + 5ddc3f4 commit 03be9a6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ jobs:
distribution: 'adopt'
java-version: '17'

- name: Cleanup application.yml
run: rm -f src/main/resources/application.yml

# GitHub Secret에서 application-prod.yml 내용을 불러와 파일로 저장
- name: Create application-prod.yml from GitHub Secret
run: echo "${{ secrets.APPLICATION_YML }}" > src/main/resources/application.yml
Expand Down

0 comments on commit 03be9a6

Please sign in to comment.