We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a4cf37 commit d93f5e9Copy full SHA for d93f5e9
env/env.sh
@@ -75,13 +75,13 @@ if [[ $2 == "-deploy" ]]; then
75
# Deploy to the appropriate environment based on the branch name
76
case $CURRENT_BRANCH in
77
dev)
78
- firebase deploy
+ firebase deploy --debug
79
;;
80
staging)
81
82
83
production)
84
85
86
*)
87
echo "Not deploying to Firebase. Branch name does not match an environment."
0 commit comments