Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd9eceb7

Browse files
committed
always deploy previews in main project, to allow easily deploying previews of new languages without projects
1 parentd8bd676 commitd9eceb7

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

‎scripts/deploy_preview.sh‎

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,4 @@ CHANNEL_NAME=$1
1010

1111
./scripts/build.sh
1212

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
13+
firebase --project futurecoder-io hosting:channel:deploy$CHANNEL_NAME --expires 28d

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp