You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Determine if running from frontend (HOST_URL is set) or backend (BASE_URL is set)
9
-
if [[ "$HOST_URL"!= null &&-n"$HOST_URL" ]];then
10
-
if [[ "$DEPLOYMENT"=="preview.gov.tools" ]];then
11
-
GROUP_NAME="preview"
12
-
elif [[ "$DEPLOYMENT"=="gov.tools" ]];then
13
-
GROUP_NAME="mainnet"
14
-
else
15
-
GROUP_NAME="qa"
16
-
fi
17
-
elif [[ -n"$BASE_URL" ]];then
18
-
if [[ "$DEPLOYMENT"=="be.preview.gov.tools"||"$DEPLOYMENT"=="z6b8d2f7a-zca4a4c45-gtw.z937eb260.rustrocks.fr" ]];then
19
-
GROUP_NAME="preview"
20
-
elif [[ "$DEPLOYMENT"=="be.gov.tools" ]];then
21
-
GROUP_NAME="mainnet"
22
-
else
23
-
GROUP_NAME="qa"
24
-
fi
6
+
if [[ "$DEPLOYMENT"=="preview.gov.tools"||"$DEPLOYMENT"=="be.preview.gov.tools"||"$DEPLOYMENT"=="z6b8d2f7a-zca4a4c45-gtw.z937eb260.rustrocks.fr" ]];then
0 commit comments