From 14006ad38c3019888cdf72c6e168bbe073894b36 Mon Sep 17 00:00:00 2001 From: Mentor Date: Fri, 10 Jun 2022 11:05:57 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=80=20docker-based=20deploy=20containe?= =?UTF-8?q?r=20to=20be=20able=20to=20see=20logs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy-functions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-functions.yml b/.github/workflows/deploy-functions.yml index 6532b95..0ca083a 100644 --- a/.github/workflows/deploy-functions.yml +++ b/.github/workflows/deploy-functions.yml @@ -52,7 +52,7 @@ jobs: gcloud firestore export ${{ secrets.GCP_BUCKET_LINK_PRODUCTION }}/firestore-backups/$(date +'%Y-%m-%d-%s')/ - name: Deploy to Firebase - uses: w9jds/firebase-action@master + uses: docker://w9jds/firebase-action:master with: args: deploy --only=functions env: