Skip to content

Instantly share code, notes, and snippets.

@matchatype
Forked from vlaja/.firebaserc
Created November 25, 2019 22:46
Show Gist options
  • Save matchatype/aeef7c14b5f4f6128b376b60f09630ad to your computer and use it in GitHub Desktop.
Save matchatype/aeef7c14b5f4f6128b376b60f09630ad to your computer and use it in GitHub Desktop.
.firebaserc file example for multiple targets under one project
{
"projects": {
"default": "project-name"
},
"targets": {
"project-name": {
"hosting": {
"production": [
"project-name"
],
"test": [
"project-name-test"
],
"staging": [
"project-name-staging"
]
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment