Skip to content

Instantly share code, notes, and snippets.

@vlaja
Created November 16, 2019 16:12
Show Gist options
  • Star 6 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save vlaja/3821436df0bf37d95094bf6e2295d1a5 to your computer and use it in GitHub Desktop.
Save vlaja/3821436df0bf37d95094bf6e2295d1a5 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