fixed automatic functions deployment
This commit is contained in:
parent
695f75d363
commit
5f9a994cb0
1 changed files with 5 additions and 0 deletions
5
.github/workflows/functions.yml
vendored
5
.github/workflows/functions.yml
vendored
|
@ -47,6 +47,11 @@ jobs:
|
|||
name: functions_lib
|
||||
path: functions/lib
|
||||
|
||||
- name: Restore secrets
|
||||
run: |
|
||||
echo ${{ SECRET_JSON }} > ./functions/src/secret.json
|
||||
echo ${{ FIREBASE_ADMINSDK_JSON }} > ./functions/src/firebase-adminsdk.json
|
||||
|
||||
- name: Deploy to Firebase
|
||||
uses: w9jds/firebase-action@master
|
||||
with:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue