Skip to content

Commit

Permalink
Merge branch 'hotfix/20240727-2'
Browse files Browse the repository at this point in the history
  • Loading branch information
jokj624 committed Jul 27, 2024
2 parents dd1efac + 23b2192 commit ebd7063
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ jobs:
- name: Deploy to Firebase
run: |
cd functions
firebase use prod --token ${{ secrets.PROD_FIREBASE_TOKEN }}
npm run deploy --token ${{ secrets.PROD_FIREBASE_TOKEN }}
firebase use prod
npm run deploy
env:
FIREBASE_TOKEN: ${{ secrets.PROD_FIREBASE_TOKEN }}

Expand Down

0 comments on commit ebd7063

Please sign in to comment.