Skip to content

Commit

Permalink
Update firebase_deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SySagar authored Oct 20, 2023
1 parent c3bd722 commit 3c85d2f
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/firebase_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,18 +49,14 @@ jobs:
- name: Install Firebase CLI
run: npm install -g firebase-tools

- name: Install Vite
run: npm install -g vite
- name: Install Dependencies
run: npm install --force

- name: Restore Build
uses: actions/download-artifact@v3
with:
name: build

- name: Find Vite Binary Path
run: which vite


- name: Set Environment Variables Staging
run: echo "FIREBASE_PROJECT_ID=${{ secrets.PREVIEW }}" >> $GITHUB_ENV

Expand All @@ -86,8 +82,8 @@ jobs:
- name: Install Firebase CLI
run: npm install -g firebase-tools

- name: Install Vite
run: npm install -g vite
- name: Install Dependencies
run: npm install --force

- name: Restore Build
uses: actions/download-artifact@v3
Expand Down

0 comments on commit 3c85d2f

Please sign in to comment.