Skip to content

Commit

Permalink
Update backendDeploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DuckOriDuck authored May 16, 2024
1 parent 290853a commit e439a49
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/backendDeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,26 @@ jobs:
key-store-password: $P12_KEY_PASSWORD
" > application-security.yml
- name: Make application-temp.yml
env:
NAVER_CLIENT: ${{secrets.NAVER_CLIENT}}
NAVER_KEY: ${{secrets.NAVER_KEY}}
run: |
cd ./src/main/resources
echo -e \
"
naver-client=$NAVER_CLIENT
naver-key=$NAVER_KEY
" > application-temp.yml
- name: Change application-temp.yml to deploy version
run: |
cd ./src/main/resources
mv ./application-temp.yml ./application-API-KEY.properties
cat application-temp.yml
- name: Change application-security.yml to deploy version
run: |
cd ./src/main/resources
Expand Down

0 comments on commit e439a49

Please sign in to comment.