Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
jisujeong0 authored May 7, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent d7d3f1d commit 00f7fa2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -39,6 +39,8 @@ jobs:
run: |
mkdir -p src/main/resources/database
echo "${{ secrets.APPLICATION_DATABASE_YML }}" | base64 --decode > src/main/resources/database/application-database.yml
mkdir -p src/main/resources/oauth2
echo "${{ secrets.APPLICATION_OAUTH2_YML }}" | base64 --decode > src/main/resources/oauth2/application-oauth2.yml
# (4) Gradle build (Test 제외)
- name: Build with Gradle

0 comments on commit 00f7fa2

Please sign in to comment.