changed from hexo to custom react stuff #1
2 changed files with 15 additions and 17 deletions
2
.github/workflows/firebase-hosting-merge.yml
vendored
2
.github/workflows/firebase-hosting-merge.yml
vendored
|
@ -17,5 +17,5 @@ jobs:
|
||||||
repoToken: "${{ secrets.GITHUB_TOKEN }}"
|
repoToken: "${{ secrets.GITHUB_TOKEN }}"
|
||||||
firebaseServiceAccount: "${{ secrets.FIREBASE_SERVICE_ACCOUNT_DEVELOPOMP_SITE }}"
|
firebaseServiceAccount: "${{ secrets.FIREBASE_SERVICE_ACCOUNT_DEVELOPOMP_SITE }}"
|
||||||
channelId: live
|
channelId: live
|
||||||
projectId: developomp-site-dev
|
projectId: developomp-site
|
||||||
target: dev
|
target: dev
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
{
|
{
|
||||||
"hosting": {
|
"hosting": [
|
||||||
|
{
|
||||||
"target": "dev",
|
"target": "dev",
|
||||||
"cleanUrls": true,
|
"cleanUrls": true,
|
||||||
"public": "source/build",
|
"public": "source/build",
|
||||||
|
@ -9,10 +10,7 @@
|
||||||
"destination": "/index.html"
|
"destination": "/index.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"ignore": [
|
"ignore": ["firebase.json", "**/.*", "**/node_modules/**"]
|
||||||
"firebase.json",
|
}
|
||||||
"**/.*",
|
|
||||||
"**/node_modules/**"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue