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 d8acd95 commit fbb68f9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: CI
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]

jobs:
test_server:
Expand Down Expand Up @@ -41,4 +39,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: firebase deploy --only functions:auth,functions:data --project ${{ secrets.FIREBASE_PROJECT_ID }}

0 comments on commit fbb68f9

Please sign in to comment.