Skip to content

Commit 3d64a19

Browse files
authored
Merge pull request #2288 from daostack/staging
Staging
2 parents e8c72c7 + 0885208 commit 3d64a19

33 files changed

+1352
-789
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,6 @@ You may need to install the [gcloud CLI](https://cloud.google.com/sdk/gcloud).
4343

4444
1. Temporarily change the default project in the .firebaserc file to the environment you want to import from.
4545
2. Run `npm run import:firestore`
46-
3. Restore the default project in the .firebaserc file.
47-
4. Run `npm run dev:data`
46+
3. Run `npm run import:auth`
47+
4. Restore the default project in the .firebaserc file.
48+
5. Run `npm run dev:data`

env/env.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,13 +75,13 @@ if [[ $2 == "-deploy" ]]; then
7575
# Deploy to the appropriate environment based on the branch name
7676
case $CURRENT_BRANCH in
7777
dev)
78-
firebase deploy
78+
firebase deploy --debug
7979
;;
8080
staging)
81-
firebase deploy
81+
firebase deploy --debug
8282
;;
8383
production)
84-
firebase deploy
84+
firebase deploy --debug
8585
;;
8686
*)
8787
echo "Not deploying to Firebase. Branch name does not match an environment."

0 commit comments

Comments
 (0)