Skip to content

Commit

Permalink
Merge branch 'develop' into feature/telegram-pubsub
Browse files Browse the repository at this point in the history
  • Loading branch information
sarge1989 authored Nov 5, 2023
2 parents df14443 + 3d94b33 commit e70610b
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/firebase-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,12 @@ jobs:
fi
- name: Install Firebase CLI
run: npm install -g firebase-tools
- name: Set Firebase project
- name: Deploy Cloud Functions
run: |
export GOOGLE_APPLICATION_CREDENTIALS=$HOME/gcloud.json
if [ "${{ github.ref }}" == "refs/heads/main" ]; then
firebase use prod
npm run deploy -- --project checkmate-373101
else
firebase use uat
npm run deploy -- --project checkmate-uat
fi
working-directory: functions
- name: Deploy Cloud Functions
run: export GOOGLE_APPLICATION_CREDENTIALS=$HOME/gcloud.json && npm run deploy
working-directory: functions

0 comments on commit e70610b

Please sign in to comment.