Skip to content

Commit

Permalink
ci: create new firebase project
Browse files Browse the repository at this point in the history
  • Loading branch information
deandreamatias committed Jul 10, 2024
1 parent 9ce1ca9 commit 25cae2e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .firebaserc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"projects": {
"default": "deandreamatias-portoflio"
"default": "deandreamatias-website"
}
}
8 changes: 4 additions & 4 deletions .github/workflows/deploy_app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ jobs:
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: '${{ secrets.GITHUB_TOKEN }}'
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_DEANDREAMATIAS_PORTOFLIO }}'
projectId: deandreamatias-portoflio
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_DEANDREAMATIAS_WEBSITE }}'
projectId: deandreamatias-website
channelId: preview

deployment:
Expand All @@ -78,8 +78,8 @@ jobs:
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: '${{ secrets.GITHUB_TOKEN }}'
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_DEANDREAMATIAS_PORTOFLIO }}'
projectId: deandreamatias-portoflio
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_DEANDREAMATIAS_WEBSITE }}'
projectId: deandreamatias-website
channelId: live
- name: Release
uses: softprops/action-gh-release@v2

0 comments on commit 25cae2e

Please sign in to comment.