Skip to content

Commit

Permalink
Migartion Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
MohnishK7 committed Jun 1, 2023
1 parent 1a0f4a0 commit 74e5708
Show file tree
Hide file tree
Showing 36 changed files with 29,137 additions and 0 deletions.
21 changes: 21 additions & 0 deletions projects/Budgettrack/.firebase/hosting.YnVpbGQ.cache
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
asset-manifest.json,1619092701000,3747f5d4fd71aebb85371ece927d9c70d46ff94fe0b2873e798894ddab065b1b
index.html,1619092701000,925fa5bc81b98208d6f115a4998a0ba4c22af994565630e1868466fee483875b
manifest.json,1619092620000,341d52628782f8ac9290bbfc43298afccb47b7cbfcee146ae30cf0f46bc30900
logo192.png,1619092620000,caff018b7f1e8fd481eb1c50d75b0ef236bcd5078b1d15c8bb348453fee30293
logo512.png,1619092620000,191fc21360b4ccfb1cda11a1efb97f489ed22672ca83f4064316802bbfdd750e
static/css/main.29b01b57.chunk.css.map,1619092701000,1d6d3e3db8c532ebb11aa8ca3743bd44691f8597e175109da1f7576db2d947c7
static/css/main.29b01b57.chunk.css,1619092701000,1a1ef046c015a024fa8b07e71c495506f599204514ad8799de6edae97fdbf2df
static/js/2.c6aa34a3.chunk.js.LICENSE.txt,1619092701000,adda082da8dacee52af3ff0b0d385e35d9d7ff74589e3cb08a7b160a771ac03f
favicon.ico,1619092620000,b72f7455f00e4e58792d2bca892abb068e2213838c0316d6b7a0d6d16acd1955
static/js/3.561fdbd1.chunk.js,1619092701000,7960b872f6b28454ea45893338ea7e944697a2ace424c32a6108b1f8d6bfade1
static/js/3.561fdbd1.chunk.js.map,1619092701000,c0cf69ed77c877102892973e8785cd531199aa2a6a8c741fdf1a58986d8913f2
static/js/main.229f66ed.chunk.js,1619092701000,b144edb54632fb1e17283fb1082fba0ea010fa9218d6bdd033999cd07b37e977
robots.txt,1619092620000,391d14b3c2f8c9143a27a28c7399585142228d4d1bdbe2c87ac946de411fa9a2
service-worker.js,1619092701000,9cc91f3be9cf8eeb5f41a89560663c7fc67a925a6531dc27062799b714ec4833
static/js/main.229f66ed.chunk.js.map,1619092701000,a4f0f2b20015644af4fa805e6f5573c2d3a30062523bd5ac34e200d94d662c32
static/js/runtime-main.72ef1b89.js.map,1619092701000,6163354c1b4de7d845e2c45ec532611633a3bdc2ec1ab4cbb23155f1508cbcc3
static/js/runtime-main.72ef1b89.js,1619092701000,49ff13212125475952e1e53ac33836f5d95bfe771e79dcd14038c67f47692fd0
service-worker.js.map,1619092701000,169c24f58ba8468028c61dee04eb9721d9980924f9221daf74ff4da383916cbd
static/js/2.c6aa34a3.chunk.js,1619092701000,850da485364362a9a57cfc13a26af23e46349ab4abc706fb7cb464a40aa55192
static/media/moneybill.3721f93d.jpg,1619092701000,c47c744de0821bedfd71bb3ee874c1878065d454f3d163f4486bf4f7892f43ed
static/js/2.c6aa34a3.chunk.js.map,1619092701000,1747864e63996d3de5c0a3ffde6537a6f3c85b68cd75f077fb0ee2fcee1f469b
5 changes: 5 additions & 0 deletions projects/Budgettrack/.firebaserc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"projects": {
"default": "react-expense-tracker-7c6f6"
}
}
22 changes: 22 additions & 0 deletions projects/Budgettrack/.github/workflows/firebase-hosting-merge.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# This file was auto-generated by the Firebase CLI
# https://github.com/firebase/firebase-tools

name: Deploy to Firebase Hosting on merge
'on':
push:
branches:
- main
jobs:
build_and_deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: yarn build
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: '${{ secrets.GITHUB_TOKEN }}'
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_REACT_EXPENSE_TRACKER_7C6F6 }}'
channelId: live
projectId: react-expense-tracker-7c6f6
env:
FIREBASE_CLI_PREVIEWS: hostingchannels
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:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: yarn build
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: '${{ secrets.GITHUB_TOKEN }}'
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_REACT_EXPENSE_TRACKER_7C6F6 }}'
projectId: react-expense-tracker-7c6f6
env:
FIREBASE_CLI_PREVIEWS: hostingchannels
23 changes: 23 additions & 0 deletions projects/Budgettrack/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.js

# testing
/coverage

# production
/build

# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*
7 changes: 7 additions & 0 deletions projects/Budgettrack/.vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"workbench.colorCustomizations": {
"activityBar.background": "#52035D",
"titleBar.activeBackground": "#730483",
"titleBar.activeForeground": "#FEFBFF"
}
}
10 changes: 10 additions & 0 deletions projects/Budgettrack/firebase.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"hosting": {
"public": "build",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
]
}
}
Loading

0 comments on commit 74e5708

Please sign in to comment.