Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions .firebase/hosting.YnVpbGQ.cache
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
favicon.ico,1701326796730,27edce7be5922cf0bef7d4136f69b5bfbdd5bf8c13c7b026f71187d41a00aa7d
logo192.png,1701326797688,79e2b749561016bc8af300ea19f48347ceed3cb1a54f48ae456172eca45e08f0
logo512.png,1701326797869,212b102aa09e51b3b3e06647e81f7801a61333e171f6582e8124379aabccb41d
manifest.json,1701326796987,ee04fb47e525c67d8424ffe9b4d8a8a24e434504478afca4e0ca602146836d4c
robots.txt,1701326798379,bfe106a3fb878dc83461c86818bf74fc1bdc7f28538ba613cd3e775516ce8b49
images/background.png,1701498632637,815243057fb003746e61cce06d3872f205aaeb674313f66b500fb82bcb948567
images/frame.png,1701694313072,9b9b22254d9270ee646df9bc1238c7e33c0d2c6e5f1721c1bb6b2d481f6d523f
images/logo.png,1701537768297,313a18f00119ce7d45a9d33cd90b223cec98f9d1e52eb7d26e553804e2509943
images/Sign In.png,1701540457332,4aafdb1e7690795251c0e3028a31929e2eeae20271915afc6fd3a2132a190b89
static/css/main.f5367f02.css,1703741444664,14bbdb3f65eaca27cb9312330d0279c899587364f998aa9cf363965f26e3ec0a
asset-manifest.json,1703741444644,03c587768390cf8f0a8d1a7f03e4da4607fd636eb5eac95880a1a440c2d2749b
index.html,1703741444643,ac03e5dda468b9a952d1c903fd4fff633b94cdfd86e42ad9f515a7ce6f2dc92c
static/css/main.f5367f02.css.map,1703741444665,7952d488ac07331141db36267769dd3ce6d42ec95f82139e56175395545bc8cd
static/js/787.87b0e6b7.chunk.js,1703741444664,fae18db304c23a4ea96c682f7a0ad00e2047cbfb0575d893506b62fd030e2c91
static/js/main.04dd6b31.js.LICENSE.txt,1703741444664,1e95f452333efd06d0fe03c14f9c5a95dd9aa4657a6a69c195faa0b7670a1ee2
static/js/787.87b0e6b7.chunk.js.map,1703741444665,3ffdee90ef24e2838c9a38f643fd7da1522ed756bcd6f853745315db95e1c04f
static/media/background.2adcbfd19f1ff64ffe4c.png,1703741444664,815243057fb003746e61cce06d3872f205aaeb674313f66b500fb82bcb948567
static/js/main.04dd6b31.js,1703741444665,0d78c9cfcf8b910912ee9412144f5ac413b20dc7e0002265a9fcdaa662c633c6
static/js/main.04dd6b31.js.map,1703741444668,e362f4236ee5fa4238727094f831ab0e26be6cbeca2e45cbfd008d4b697affa9
5 changes: 5 additions & 0 deletions .firebaserc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"projects": {
"default": "dear-diary-emailusername-5f60d"
}
}
18 changes: 18 additions & 0 deletions .github/workflows/firebase-hosting-pull-request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# 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
jobs:
build_and_preview:
if: '${{ github.event.pull_request.head.repo.full_name == github.repository }}'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: '${{ secrets.GITHUB_TOKEN }}'
firebaseServiceAccount: >-
${{ secrets.FIREBASE_SERVICE_ACCOUNT_DEAR_DIARY_EMAILUSERNAME_5F60D
}}
projectId: dear-diary-emailusername-5f60d
16 changes: 16 additions & 0 deletions firebase.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"hosting": {
"public": "build",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
}
Loading