Skip to content

Commit

Permalink
Update gcp-deploy.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
BaptisteLecat committed Apr 3, 2024
1 parent 02c9679 commit 2db6f8e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/gcp-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,12 @@ jobs:
cd functions
npm run build
- name: Deploy
run: |
- name: Deploy to Firebase
uses: w9jds/firebase-action@master
- run: |
cd functions
npm run deploy
# - name: deploy
# uses: "google-github-actions/deploy-cloud-functions@v2"
# with:
Expand Down

0 comments on commit 2db6f8e

Please sign in to comment.