Skip to content

Commit

Permalink
Fix firebase hosting
Browse files Browse the repository at this point in the history
  • Loading branch information
AchoArnold committed Jun 28, 2024
1 parent 5497bef commit 0c12ef8
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/firebase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,9 @@ jobs:
with:
name: build
path: ./web/build
- name: Deploy to Firebase
uses: w9jds/firebase-action@master
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
args: deploy --only hosting
env:
FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN }}
PROJECT_PATH: ./web
PROJECT_ID: ${{ secrets.PROJECT_ID }}
firebaseServiceAccount: "${{ secrets.FIREBASE_SERVICE_ACCOUNT }}"
projectId: ${{ secrets.PROJECT_ID }}
entryPoint: "./web"
channelId: live

0 comments on commit 0c12ef8

Please sign in to comment.