Skip to content

Commit

Permalink
feat: 설정파일 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
jimin3263 committed Jul 18, 2024
1 parent 7223132 commit 33c1a0b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/api-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ jobs:
mkdir -p ./application/src/main/resources
echo "${{ secrets.APPLICATION_CORE }}" > ./application/src/main/resources/application-core.yml
- name: Verify config file
run: cat ./adapters/out-web/src/main/resources/google-services.json

- name: Build with Gradle
run: ./gradlew :entry:web:build --no-daemon

Expand Down

0 comments on commit 33c1a0b

Please sign in to comment.