Skip to content

Commit

Permalink
fix: add missing firebase cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
weaponsforge committed Sep 27, 2024
1 parent 564d730 commit 6abfa88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,6 @@ jobs:
with:
args: >
use $FIREBASE_TARGET &&
deploy --only firestore:rules,firestore:indexes,storage,hosting:$FIREBASE_TARGET
firebase deploy --only firestore:rules,firestore:indexes,storage,hosting:$FIREBASE_TARGET
env:
FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
with:
args: >
use $FIREBASE_TARGET &&
deploy --only firestore:rules,firestore:indexes,storage
firebase deploy --only firestore:rules,firestore:indexes,storage
env:
FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN }}

Expand Down

0 comments on commit 6abfa88

Please sign in to comment.