Skip to content

Commit 28f0858

Browse files
committedApr 10, 2023
add var logo in nuxt
1 parent 69031cb commit 28f0858

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed
 

‎nuxt/.env.template

+1
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ telegram="${TELEGRAM}"
1111
facebook="${FACEBOOK}"
1212
twitter="${TWITTER}"
1313
linkedin="${LINKEDIN}"
14+
logo="${LOGO}"

‎opencex.sh

+5-3
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ fi
1818

1919
mkdir /app/opencex -p
2020
cd /app/opencex || exit
21-
git clone https://github.com/Polygant/OpenCEX-backend.git ./backend
22-
git clone https://github.com/Polygant/OpenCEX-frontend.git ./frontend
23-
git clone https://github.com/Polygant/OpenCEX-static.git ./nuxt
21+
git clone -b stage https://github.com/Polygant/OpenCEX-backend.git ./backend
22+
git clone -b stage https://github.com/Polygant/OpenCEX-frontend.git ./frontend
23+
git clone -b stage https://github.com/Polygant/OpenCEX-static.git ./nuxt
2424

2525

2626
echo "`cat <<YOLLOPUKKI
@@ -105,11 +105,13 @@ TELEGRAM=opencex
105105
FACEBOOK=polygant
106106
TWITTER=polygant
107107
LINKEDIN=polygant
108+
LOGO=
108109
109110
export TELEGRAM
110111
export FACEBOOK
111112
export TWITTER
112113
export LINKEDIN
114+
export LOGO
113115
114116
echo "-----------------------------------------------------------"
115117
read -p "IS EVERYTHING CORRECT? (y or n)" YESORNO

0 commit comments

Comments
 (0)
Please sign in to comment.