Skip to content

Commit def32db

Browse files
Merge pull request #1 from ishanwardhono/update/2025-05
Update/2025 05
2 parents 6d58931 + 13ddaed commit def32db

File tree

6 files changed

+326
-985
lines changed

6 files changed

+326
-985
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# This file was auto-generated by the Firebase CLI
2+
# https://github.com/firebase/firebase-tools
3+
4+
name: Deploy to Firebase Hosting on PR
5+
on: pull_request
6+
permissions:
7+
checks: write
8+
contents: read
9+
pull-requests: write
10+
jobs:
11+
build_and_preview:
12+
if: ${{ github.event.pull_request.head.repo.full_name == github.repository }}
13+
runs-on: ubuntu-latest
14+
steps:
15+
- uses: actions/checkout@v2
16+
- run: npm install
17+
- run: CI=false npm run build
18+
- uses: FirebaseExtended/action-hosting-deploy@v0
19+
with:
20+
repoToken: ${{ secrets.GITHUB_TOKEN }}
21+
firebaseServiceAccount: ${{ secrets.FIREBASE_SERVICE_ACCOUNT_GCP_DEV }}
22+
projectId: braided-shift-336312

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
63.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)