Skip to content

Commit

Permalink
Merge pull request #2 from dotjalil/antd/supabase
Browse files Browse the repository at this point in the history
Antd/supabase
  • Loading branch information
dotjalil authored Oct 12, 2023
2 parents 8cc3731 + f4658a0 commit 330b85f
Show file tree
Hide file tree
Showing 42 changed files with 802 additions and 100 deletions.
14 changes: 14 additions & 0 deletions .firebase/hosting.YnVpbGQ.cache
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
asset-manifest.json,1697102668138,e8af32a74db96014836e6d7d329ad9291e0957e13c014aaf34a5baa9d2d28699
manifest.json,1697102660081,341d52628782f8ac9290bbfc43298afccb47b7cbfcee146ae30cf0f46bc30900
logo192.png,1697102660081,caff018b7f1e8fd481eb1c50d75b0ef236bcd5078b1d15c8bb348453fee30293
robots.txt,1697102660082,391d14b3c2f8c9143a27a28c7399585142228d4d1bdbe2c87ac946de411fa9a2
favicon.ico,1697102660081,b72f7455f00e4e58792d2bca892abb068e2213838c0316d6b7a0d6d16acd1955
index.html,1697102668138,093a3f2d2d4f25a31f4cbce19cb6a773764b0b89a9e0df06f509f6e4e4800fde
static/css/main.e6c13ad2.css,1697102668142,3e50f5e92915159fd2c8de23f1536cfb9f445223478cfa70edb3a6fbfe5dbf03
static/css/main.e6c13ad2.css.map,1697102668143,d99304e41fcd2e6d3aadd9df8d45fbb4b7935a1f7a03b1a272a8f0477725a7fa
static/js/main.8fa98648.js.LICENSE.txt,1697102668142,e725950f46c70f98e1ff23e12070bad9360c4fd717d614a0e42acca066479917
logo512.png,1697102660081,191fc21360b4ccfb1cda11a1efb97f489ed22672ca83f4064316802bbfdd750e
static/js/787.cda612ba.chunk.js,1697102668142,285a5e985a146d7a2168e584ea82acb2a74488fa6ba9531956f59780bb9618a1
static/js/787.cda612ba.chunk.js.map,1697102668143,065e1a2d8649dcdfcad4af1bd535dbe134e6aee9815c5a55b3610294877ea353
static/js/main.8fa98648.js,1697102668142,a2dc1b99760a36a1e6ec204bbfe23cc0e9640f1d38ffdaa99b1650a0a25b6b6a
static/js/main.8fa98648.js.map,1697102668143,12496653c344f3593fe10543471c115c13684376b3953048a65c8a857a0561b5
1 change: 1 addition & 0 deletions .firebase/hosting.eWVz.cache
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
index.html,1697101281956,9784ba4d422ef8819091c9ca8849a38582cb345e8af086ad455e26edccdb0982
5 changes: 5 additions & 0 deletions .firebaserc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"projects": {
"default": "bashmohandsfrontend"
}
}
20 changes: 20 additions & 0 deletions .github/workflows/firebase-hosting-merge.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 merge
'on':
push:
branches:
- main
jobs:
build_and_deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm run build
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: '${{ secrets.GITHUB_TOKEN }}'
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_BASHMOHANDSFRONTEND }}'
channelId: live
projectId: bashmohandsfrontend
17 changes: 17 additions & 0 deletions .github/workflows/firebase-hosting-pull-request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# 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
- run: npm run build
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: '${{ secrets.GITHUB_TOKEN }}'
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_BASHMOHANDSFRONTEND }}'
projectId: bashmohandsfrontend
7 changes: 7 additions & 0 deletions database.rules.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
/* Visit https://firebase.google.com/docs/database/security to learn more about security rules. */
"rules": {
".read": false,
".write": false
}
}
19 changes: 19 additions & 0 deletions firebase.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"database": {
"rules": "database.rules.json"
},
"hosting": {
"public": "build",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
}
Loading

0 comments on commit 330b85f

Please sign in to comment.