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 9b5a944 commit 101e252
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 @@ -28,7 +28,7 @@ jobs:

deploy_server:
runs-on: ubuntu-latest
# needs: test_server
needs: test_server
env:
GOOGLE_APPLICATION_CREDENTIALS: google-application-credentials.json
steps:
Expand All @@ -41,4 +41,4 @@ jobs:
- run: echo "${{ secrets.ENV_FILE }}" > .env
- run: npm run build:server
- run: echo "${{ secrets.GOOGLE_APPLICATION_CREDENTIALS }}" > google-application-credentials.json
- run: firebase deploy --only functions:auth,functions:data
- run: npx firebase deploy --only functions:auth,functions:data

0 comments on commit 101e252

Please sign in to comment.