1
0
mirror of https://github.com/badgen/badgen.net.git synced 2025-04-19 05:42:17 +03:00

Simplify firebase config

This commit is contained in:
Amio 2019-06-12 22:40:04 +08:00
parent bced3ec3f4
commit 57e7d76d39
2 changed files with 4 additions and 28 deletions

View File

@ -1,17 +1,5 @@
{
"projects": {
"default": "badgen-service"
},
"targets": {
"badgen-service": {
"hosting": {
"flat-badgen": [
"flat-badgen"
],
"badgen": [
"badgen"
]
}
}
"default": "badgen"
}
}
}

View File

@ -1,6 +1,5 @@
{
"hosting": [ {
"target": "badgen",
"hosting": {
"public": "dist",
"ignore": ["**/*"],
"rewrites": [ {
@ -10,16 +9,5 @@
"region": "us-central1"
}
} ]
}, {
"target": "flat-badgen",
"public": "dist",
"ignore": ["**/*"],
"rewrites": [ {
"source": "**",
"run": {
"serviceId": "badgen-flat",
"region": "us-central1"
}
} ]
} ]
}
}