Skip to content

Commit

Permalink
fix: update firebase deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
rootEnginear committed Aug 19, 2024
1 parent 370693d commit 308c363
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 33 deletions.
2 changes: 1 addition & 1 deletion .firebaserc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"projects": {
"default": "saparchive-24d2b"
"default": "saparchive-th"
}
}
6 changes: 3 additions & 3 deletions .github/workflows/firebase-hosting-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ jobs:
- name: PNPM
uses: pnpm/action-setup@v4
with:
version: 8
version: 9
- name: Build
run: |
pnpm i
pnpm build
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: ${{ secrets.GITHUB_TOKEN }}
firebaseServiceAccount: ${{ secrets.FIREBASE_SERVICE_ACCOUNT_SAPARCHIVE_24D2B }}
firebaseServiceAccount: ${{ secrets.FIREBASE_SERVICE_ACCOUNT_SAPARCHIVE_TH }}
channelId: live
projectId: saparchive-24d2b
projectId: saparchive-th
29 changes: 0 additions & 29 deletions .github/workflows/firebase-hosting-pull-request.yml

This file was deleted.

0 comments on commit 308c363

Please sign in to comment.