Skip to content

Commit

Permalink
ci: update ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
TheoAnastasiadis committed Feb 8, 2024
1 parent 101e252 commit d8acd95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d8acd95

Please sign in to comment.