From 2db6f8ec2425f5c7f8a85ba14c1a4a0f24e81637 Mon Sep 17 00:00:00 2001 From: Lecat Baptiste <60200125+BaptisteLecat@users.noreply.github.com> Date: Wed, 3 Apr 2024 23:55:47 +0200 Subject: [PATCH] Update gcp-deploy.yaml --- .github/workflows/gcp-deploy.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/gcp-deploy.yaml b/.github/workflows/gcp-deploy.yaml index 1ae7dc2..cf5d537 100644 --- a/.github/workflows/gcp-deploy.yaml +++ b/.github/workflows/gcp-deploy.yaml @@ -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: