Skip to content

Commit

Permalink
ci: Move to group shared Firebase project
Browse files Browse the repository at this point in the history
  • Loading branch information
zjkmxy committed Nov 18, 2023
1 parent 0021bf8 commit 0c8381b
Show file tree
Hide file tree
Showing 3 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": "zjkmxy"
"default": "ndn-workspace"
}
}
6 changes: 3 additions & 3 deletions .github/workflows/deploy-firebase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-latest
environment:
name: firebase
url: https://zjkmxy.web.app/
url: https://ndn-workspace.web.app/
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -45,6 +45,6 @@ jobs:
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: '${{ secrets.GITHUB_TOKEN }}'
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_ZJKMXY }}'
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_NDN_WORKSPACE }}'
channelId: live
projectId: zjkmxy
projectId: ndn-workspace
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

A local-first shared workspace demo application using NDNts and Yjs.

Published at https://zjkmxy.web.app/
Published at https://ndn-workspace.web.app/

## Usage

Expand Down

0 comments on commit 0c8381b

Please sign in to comment.