Skip to content

Commit

Permalink
#139 fix: deploy.yml 오타 수정...2
Browse files Browse the repository at this point in the history
  • Loading branch information
chaerlo127 committed Aug 27, 2023
1 parent 1970784 commit 3378930
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:


- run: touch ./src/main/resources/firebase-service-key.json
- run: echo "${{ secrets.FIREBASE_KEY }}" > ./src/main/resources/firebase-service-key.json.yaml
- run: echo "${{ secrets.FIREBASE_KEY }}" > ./src/main/resources/firebase-service-key.json
- run: cat ./src/main/resources/firebase-service-key.json

- run: touch ./src/main/resources/application-secret.yaml
Expand Down

0 comments on commit 3378930

Please sign in to comment.