Skip to content

Commit

Permalink
Merge pull request #277 from ASCENDynamics-NFP/main
Browse files Browse the repository at this point in the history
prod workflow fix
  • Loading branch information
mufniarz authored Jun 6, 2024
2 parents d3819ca + e8607b9 commit 85941d4
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,10 @@ jobs:
cd functions
npm install
- name: Authenticate to Firebase
uses: google-github-actions/auth@v1
with:
credentials_json: ${{ secrets.PROD_GOOGLE_APPLICATION_CREDENTIALS }}

- name: Deploy to Firebase
env:
FIREBASE_TOKEN: ${{ secrets.PROD_FIREBASE_DEPLOY_TOKEN }}
run: firebase deploy --token $FIREBASE_TOKEN --project ${{ secrets.PROD_FIREBASE_PROJECT_ID }}
run: firebase deploy --force --project ${{ secrets.PROD_FIREBASE_PROJECT_ID }}

0 comments on commit 85941d4

Please sign in to comment.