Skip to content

Commit

Permalink
Update firebase-hosting-merge.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
daoauth committed Jul 16, 2024
1 parent e285079 commit 4d68ae2
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/firebase-hosting-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,22 @@ jobs:
- run: |
echo "${{ secrets.FIREBASE_APP_BASE64 }}" | base64 --decode > ./functions/src/serviceAccountKey.json
- name: Deploy upload function
uses: google-github-actions/deploy-cloud-functions@v3
with:
name: upload
runtime: nodejs20
source_dir: ./functions
entry_point: upload

- name: Deploy download function
uses: google-github-actions/deploy-cloud-functions@v3
with:
name: download
runtime: nodejs20
source_dir: ./functions
entry_point: download

- name: Deploy create function
uses: google-github-actions/deploy-cloud-functions@v3
with:
Expand Down

0 comments on commit 4d68ae2

Please sign in to comment.