Skip to content

Commit

Permalink
ci: fix hosting site or target not detected in firebase json
Browse files Browse the repository at this point in the history
  • Loading branch information
longwind48 committed Dec 15, 2024
1 parent 639d935 commit b198a16
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions frontend/firebase.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"hosting": {
"hosting": [{
"target": "staging",
"source": ".",
"ignore": [
"firebase.json",
Expand All @@ -8,11 +9,6 @@
],
"frameworksBackend": {
"region": "asia-east1"
},
"targets": {
"schemessg-v3-dev": [
"staging"
]
}
}
}]
}

0 comments on commit b198a16

Please sign in to comment.