From d8acd95853ac964781667c373d45422ff75adb07 Mon Sep 17 00:00:00 2001 From: Teo Anastasiadis Date: Thu, 8 Feb 2024 16:52:29 +0200 Subject: [PATCH] ci: update ci.yaml --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 844df89..8b08f2b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -37,8 +37,8 @@ jobs: node-version: 18 cache: "npm" - run: npm ci - - run: npm install -g firebase + - run: npm install -g firebase-tools - run: echo "${{ secrets.ENV_FILE }}" > .env - run: npm run build:server - run: echo "${{ secrets.GOOGLE_APPLICATION_CREDENTIALS }}" > google-application-credentials.json - - run: npx firebase deploy --only functions:auth,functions:data + - run: firebase deploy --only functions:auth,functions:data