Skip to content

Commit

Permalink
chore: sets fixed firebase version (#472)
Browse files Browse the repository at this point in the history
  • Loading branch information
kenodressel authored Jul 26, 2023
1 parent dfdebe0 commit 45fc5a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-firebase.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ GIT_REV="$(git rev-parse HEAD)"
FIREBASE_PROJECT="quarantine-hero"
FIREBASE_MESSAGE="QH $GIT_REV deployment to firebase"
# deploy here because npm does not resolve environment variables in npm run
npx firebase-tools deploy --only functions --project "$FIREBASE_PROJECT" -m "$FIREBASE_MESSAGE" --non-interactive
npx firebase-tools deploy --only firestore --project "$FIREBASE_PROJECT" -m "$FIREBASE_MESSAGE" --non-interactive
npx firebase-tools@8 deploy --only functions --project "$FIREBASE_PROJECT" -m "$FIREBASE_MESSAGE" --non-interactive
npx firebase-tools@8 deploy --only firestore --project "$FIREBASE_PROJECT" -m "$FIREBASE_MESSAGE" --non-interactive

0 comments on commit 45fc5a9

Please sign in to comment.