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 33c1a0b commit 8ded15b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/api-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,10 @@ jobs:
echo "${{ secrets.OUT_PERSISTENCE_YML }}" > ./adapters/out-persistence/src/main/resources/application-out-persistence.yml
mkdir -p ./adapters/out-web/src/main/resources
echo "${{ secrets.OUT_WEB_GOOGLE }}" > ./adapters/out-web/src/main/resources/google-services.json
echo "${{ secrets.OUT_WEB_YML }}" > ./adapters/out-web/src/main/resources/application-out-web.yml
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 8ded15b

Please sign in to comment.