Skip to content

Commit

Permalink
Update yaml config for deploying to firebase (#2089)
Browse files Browse the repository at this point in the history
  • Loading branch information
shobhitagarwal1612 authored Nov 14, 2024
1 parent 2f7fe45 commit bbeba0d
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/deploy-to-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v1
uses: actions/checkout@v4

- name: Setup Node.js
uses: actions/setup-node@v2
Expand All @@ -43,8 +43,9 @@ jobs:
run: npm run build-all --config=dev --project=ground-dev-sig

- name: Deploy to Firebase
uses: docker://w9jds/firebase-action:master
uses: FirebaseExtended/action-hosting-deploy@v0
with:
args: deploy --project ground-dev-sig
env:
GCP_SA_KEY: ${{ secrets.FIREBASE_SERVICE_ACCOUNT_GROUND_DEV_SIG }}
repoToken: ${{ secrets.GITHUB_TOKEN }}
firebaseServiceAccount: ${{ secrets.FIREBASE_SERVICE_ACCOUNT_GROUND_DEV_SIG }}
channelId: live
projectId: ground-dev-sig

0 comments on commit bbeba0d

Please sign in to comment.