Skip to content

Commit

Permalink
fixed firebase-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bwsarge committed Nov 4, 2023
1 parent 637388d commit 36fd5b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/firebase-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ jobs:
run: |
export GOOGLE_APPLICATION_CREDENTIALS=$HOME/gcloud.json
if [ "${{ github.ref }}" == "refs/heads/main" ]; then
firebase deploy --only functions --project checkmate-373101
npm run deploy -- --project checkmate-373101
else
firebase deploy --only functions --project checkmate-uat
npm run deploy -- --project checkmate-uat
fi
working-directory: functions

0 comments on commit 36fd5b7

Please sign in to comment.