Skip to content

Commit

Permalink
Just some Firebase config.
Browse files Browse the repository at this point in the history
  • Loading branch information
quietpulse committed May 18, 2024
1 parent 7e9eff7 commit 91f0e8c
Show file tree
Hide file tree
Showing 4 changed files with 57 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .firebase/hosting.ZGlzdA.cache
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
favicon.ico,1716013694264,bdaed44f83645b8d8a0028f8f180fdbfbf5e5505c994f9717b05b4a74bea9ecd
index.html,1716013694352,93bb07b85f37fe9a54e36a0f2a0ac4280eeab62ad74458d73040d41410fa539a
_astro/index.d3dc0ec6.css,1716013694184,327273b0e22092e1cdc672dad3e861d7b1381c9ef31ff7e5412b3d6731824b61
_astro/profile-pic.90e6b52f.png,1716013694184,e5ba89e4ca4e4cbeb0713b885798f07268e338f480c644bc106d6e3ec692aee0
_astro/profile-pic.90e6b52f_Z13eaTY.png,1716013694360,680d6a982b801a95d311be958c7192fcc6432f07625323004aeca813e95fba5a
16 changes: 16 additions & 0 deletions .firebaserc
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"projects": {
"default": "aiaman-ee727"
},
"targets": {
"aiaman-ee727": {
"hosting": {
"aiaman": [
"aiaman"
]
}
}
},
"etags": {},
"dataconnectEmulatorConfig": {}
}
20 changes: 20 additions & 0 deletions .github/workflows/firebase-hosting-pull-request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# This file was auto-generated by the Firebase CLI
# https://github.com/firebase/firebase-tools

name: Deploy to Firebase Hosting on PR
on: pull_request
permissions:
checks: write
contents: read
pull-requests: write
jobs:
build_and_preview:
if: ${{ github.event.pull_request.head.repo.full_name == github.repository }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: ${{ secrets.GITHUB_TOKEN }}
firebaseServiceAccount: ${{ secrets.FIREBASE_SERVICE_ACCOUNT_AIAMAN_EE727 }}
projectId: aiaman-ee727
16 changes: 16 additions & 0 deletions firebase.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"hosting": {
"public": "dist",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
}

0 comments on commit 91f0e8c

Please sign in to comment.