Skip to content

Commit

Permalink
chore: Uses project id from secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubax committed Mar 15, 2024
1 parent f1f315a commit c8cd64c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 1 addition & 0 deletions .github/workflows/task-5.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
with:
firebaseServiceAccount: "${{ secrets.FIREBASE_SERVICE_ACCOUNT }}"
channelId: live
projectId: ${{ secrets.FIREBASE_PROJECT_ID }}
entryPoint: website
- name: Get the deployment URL
run: echo "The deployment URL is ${{ steps.deploy.outputs.details_url }}"
5 changes: 0 additions & 5 deletions website/.firebaserc

This file was deleted.

0 comments on commit c8cd64c

Please sign in to comment.