Skip to content

Commit

Permalink
config: update firebase targets
Browse files Browse the repository at this point in the history
  • Loading branch information
ryzizub committed Dec 18, 2023
1 parent bababec commit db2c63c
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .firebaserc
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,16 @@
"default": "gug-web-2023"
},
"targets": {
"gug-web": {
"gug-web-2023": {
"hosting": {
"staging": [
"staging-gug"
"staging-gug-web"
],
"production":[
"public-gug"
"production": [
"gug-web-2023"
]
}
}
}
}
},
"etags": {}
}

0 comments on commit db2c63c

Please sign in to comment.