Skip to content

Commit

Permalink
fix: fixed env setting
Browse files Browse the repository at this point in the history
  • Loading branch information
JanssenBrm committed Aug 20, 2023
1 parent 68c78f6 commit dd6c030
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions .firebaserc
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"projects": {
"default": "winery-f4d20"
"default": "winery-f4d20",
"dev": "winery-dev"
},
"targets": {
"winery-f4d20": {
Expand All @@ -10,5 +11,12 @@
]
}
}
"winery-dev": {
"hosting": {
"app": [
"winery-dev"
]
}
}
}
}
}
2 changes: 1 addition & 1 deletion scripts/create_env_file.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
file='.env.prod'
file='.env'
echo "FB_API_KEY=$FB_API_KEY" > $file
echo "FB_AUTH_DOMAIN=$FB_AUTH_DOMAIN" >> $file
echo "FB_DATABASE_URL=$FB_DATABASE_URL" >> $file
Expand Down

0 comments on commit dd6c030

Please sign in to comment.