Skip to content

Commit

Permalink
v0.9.10
Browse files Browse the repository at this point in the history
* fix(ci): use correct databaseURL config in CI workflows
  • Loading branch information
prescottprue committed Jul 20, 2020
1 parent bcfaab0 commit 76f6ac5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/app-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,14 +84,10 @@ jobs:
tr '\n' ' ' | \
sed 's/.*initializeApp(//g' | \
sed 's/);//g' | \
jq -r 'del(.databaseURL) | to_entries[] | [.key, (.value | tojson)] | join("::")' | \
jq -r 'to_entries[] | [.key, (.value | tojson)] | join("::")' | \
sed 's/:"/:/g; s/^/echo \"::set-env name=REACT_APP_FIREBASE_/g' \
)
# Set emulator settings
echo "::set-env name=REACT_APP_FIREBASE_DATABASE_EMULATOR_HOST::localhost:$(cat firebase.json | jq .emulators.database.port)"
echo "::set-env name=REACT_APP_FIRESTORE_EMULATOR_HOST::localhost:$(cat firebase.json | jq .emulators.firestore.port)"
# Set other app configs (settings within .firebaserc in the ci.setEnv section)
$(yarn bin)/firebase-ci setEnv
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fireadmin",
"version": "0.9.9",
"version": "0.9.10",
"description": "Application for Managing Firebase Applications. Includes support for multiple environments and data migrations.",
"scripts": {
"clean": "rimraf build",
Expand Down

0 comments on commit 76f6ac5

Please sign in to comment.