Skip to content

Commit

Permalink
[Fix] :: deploy.yaml fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lgwk42 committed May 15, 2024
1 parent 66a5759 commit 290f5bb
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,10 @@ jobs:

- name: firebase.json set
run: |
cd ./src/main/resources
touch ./firebase-sdk.json
echo "${{ secrets.FIREBASE_JSON }}" > ./firebase-sdk.json
# cd ./src/main/resources
# touch ./firebase-sdk.json
# echo "${{ secrets.FIREBASE_JSON }}" > ./firebase-sdk.json
echo "${{ secrets.FIREBASE_JSON }}" > src/main/resources/firebase-sdk.json

- name: set chmod
run: chmod +x ./gradlew
Expand Down

0 comments on commit 290f5bb

Please sign in to comment.