Skip to content

Commit

Permalink
ci: fix npx error
Browse files Browse the repository at this point in the history
  • Loading branch information
debkanchan committed Jul 15, 2023
1 parent 29b38d8 commit d04ff79
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,8 @@ jobs:
project-suffix: prod
- stack: dev
project-suffix: dev-2
env:
npm_config_yes: true
steps:
- name: Checkout Code
uses: actions/checkout@v3
Expand All @@ -183,6 +185,6 @@ jobs:
- run: npm install
working-directory: functions/functions

- run: npx firebase deploy --only functions --projects ride-app-${{ matrix.project-suffix }} --token ${{ env.FIREBASE_TOKEN }}
- run: npx firebase-tools deploy --only functions --projects ride-app-${{ matrix.project-suffix }} --token ${{ env.FIREBASE_TOKEN }}
env:
FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN }}

0 comments on commit d04ff79

Please sign in to comment.