Skip to content

Commit

Permalink
firebase workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
leoafarias committed Apr 21, 2024
1 parent fd3f998 commit e2e0b8e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/workflows/firebase-hosting-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
env:
FIREBASE_CLI_EXPERIMENTS: webframeworks
with:
entryPoint: ./example
repoToken: ${{ secrets.GITHUB_TOKEN }}
firebaseServiceAccount: ${{ secrets.FIREBASE_SERVICE_ACCOUNT_SUPERDECK_DEV }}
channelId: live
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/firebase-hosting-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
env:
FIREBASE_CLI_EXPERIMENTS: webframeworks
with:
entryPoint: ./example
repoToken: ${{ secrets.GITHUB_TOKEN }}
firebaseServiceAccount: ${{ secrets.FIREBASE_SERVICE_ACCOUNT_SUPERDECK_DEV }}
projectId: superdeck-dev
5 changes: 0 additions & 5 deletions firebase.json

This file was deleted.

0 comments on commit e2e0b8e

Please sign in to comment.