Skip to content

Commit

Permalink
hotfix: 배포 actions에 기본 프로필을 prod로 하는 profile 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
wocjf0513 authored Dec 12, 2023
1 parent 8e3bfb1 commit 2b25940
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/shimpyoDeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:

- name: Make application.properties
run: |
echo "${{ secrets.DEFAULT_PROPERTIES }}" | base64 --decode > src/main/resources/application.yml
echo "${{ secrets.LOCAL_PROPERTIES }}" | base64 --decode > src/main/resources/application-local.yml
echo "${{ secrets.PROD_PROPERTIES }}" | base64 --decode > src/main/resources/application-prod.yml
echo "${{ secrets.TEST_PROPERTIES }}" | base64 --decode > src/test/resources/application.yml
Expand Down

0 comments on commit 2b25940

Please sign in to comment.