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 95220d3 commit 939dbb2
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 @@ -32,12 +32,12 @@ jobs:
runs-on: ubuntu-latest
needs: test_server
env:
GCP_SA_KEY: ${{ secrets.GOOGLE_APPLICATION_CREDENTIALS }}
FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN }}
steps:
- uses: actions/download-artifact@master
with:
name: build
path: build
- uses: w9jds/firebase-action@master
with:
args: deploy --only functions:auth,functions:data --project ${{ secrets.FIREBASE_PROJECT_ID }}
args: deploy --only functions:auth,functions:data

0 comments on commit 939dbb2

Please sign in to comment.