diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a202969..aa2d924 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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] }}