Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmanuelDemey authored Oct 25, 2024
1 parent c694b03 commit 746416f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ jobs:
- name: Deploy to Firebase for ${{ matrix.org }}
run: |
npm --prefix public run build -- --configuration ${{ matrix.front }}
#npx firebase-tools deploy -c ${{matrix.config}} -P ${{ matrix.target }} --only hosting
#npx firebase-tools deploy -c ${{matrix.config}} -P ${{ matrix.target }} --only firestore:rules
#npx firebase-tools deploy -c ${{matrix.config}} -P ${{ matrix.target }} --only functions:cms
#npx firebase-tools deploy -c ${{matrix.config}} -P ${{ matrix.target }} --only ${{ matrix.function }}
npx firebase-tools deploy -c ${{matrix.config}} -P ${{ matrix.target }} --only hosting
npx firebase-tools deploy -c ${{matrix.config}} -P ${{ matrix.target }} --only firestore:rules
npx firebase-tools deploy -c ${{matrix.config}} -P ${{ matrix.target }} --only functions:cms
npx firebase-tools deploy -c ${{matrix.config}} -P ${{ matrix.target }} --only ${{ matrix.function }}
env:
FIREBASE_TOKEN: ${{ secrets[matrix.secret] }}

0 comments on commit 746416f

Please sign in to comment.