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 d8bd676 commit d9eceb7Copy full SHA for d9eceb7
scripts/deploy_preview.sh
@@ -10,10 +10,4 @@ CHANNEL_NAME=$1
10
11
./scripts/build.sh
12
13
-if [ "$FUTURECODER_LANGUAGE" = "en" ]; then
14
- PROJECT=futurecoder-io
15
-else
16
- PROJECT=futurecoder-${FUTURECODER_LANGUAGE}
17
-fi
18
-
19
-firebase --project $PROJECT hosting:channel:deploy $CHANNEL_NAME --expires 28d
+firebase --project futurecoder-io hosting:channel:deploy $CHANNEL_NAME --expires 28d
0 commit comments