Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shinsj4653 authored Jan 15, 2024
1 parent 34a6b50 commit 5346749
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,16 @@ jobs:
shell: bash

- name: Set serviceAccountKey.json
run: |
cd ./src/main/resources
touch ./serviceAccountKey.json
echo "${{ secrets.SERVICE_ACCOUNT_KEY_JSON }}" > serviceAccountKey.json
shell: bash
id: create-service-account-key-json
uses: jsdaniell/[email protected]
with:
name: "serviceAccountKey.json"
json: ${{ secrets.SERVICE_ACCOUNT_KEY_JSON }}
#run: |
#cd ./src/main/resources
#touch ./serviceAccountKey.json
#echo "${{ secrets.SERVICE_ACCOUNT_KEY_JSON }}" > serviceAccountKey.json
#shell: bash

# Gradle build (Test 제외)
- name: Build with Gradle
Expand Down

0 comments on commit 5346749

Please sign in to comment.