Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jisujeong0 authored Jan 13, 2024
1 parent 71b1876 commit 15c4c47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Set IDEAC-CORE YML
run: |
mkdir -p ideac-core/src/main/resources
echo "${{ secrets.APPLICATION_MAIL_YML }}" | base64 --decode > ideac-core/src/main/resources/application.yml
echo "${{ secrets.APPLICATION_MAIL_YML }}" | base64 --decode > ideac-core/src/main/resources/application-mail.yml
mkdir -p ideac-core/src/main/resources/oauth2
echo "${{ secrets.APPLICATION_OAUTH2_YML }}" | base64 --decode > ideac-core/src/main/resources/oauth2/application-oauth2.yml
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
- name: Set IDEAC-CORE YML
run: |
mkdir -p ideac-core/src/main/resources
echo "${{ secrets.APPLICATION_MAIL_YML }}" | base64 --decode > ideac-core/src/main/resources/application.yml
echo "${{ secrets.APPLICATION_MAIL_YML }}" | base64 --decode > ideac-core/src/main/resources/application-mail.yml
mkdir -p ideac-core/src/main/resources/oauth2
echo "${{ secrets.APPLICATION_OAUTH2_YML }}" | base64 --decode > ideac-core/src/main/resources/oauth2/application-oauth2.yml
Expand Down

0 comments on commit 15c4c47

Please sign in to comment.