File tree 2 files changed +6
-3
lines changed
2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -11,3 +11,4 @@ telegram="${TELEGRAM}"
11
11
facebook="${FACEBOOK}"
12
12
twitter="${TWITTER}"
13
13
linkedin="${LINKEDIN}"
14
+ logo="${LOGO}"
Original file line number Diff line number Diff line change 18
18
19
19
mkdir /app/opencex -p
20
20
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
24
24
25
25
26
26
echo " ` cat << YOLLOPUKKI
@@ -105,11 +105,13 @@ TELEGRAM=opencex
105
105
FACEBOOK=polygant
106
106
TWITTER=polygant
107
107
LINKEDIN=polygant
108
+ LOGO=
108
109
109
110
export TELEGRAM
110
111
export FACEBOOK
111
112
export TWITTER
112
113
export LINKEDIN
114
+ export LOGO
113
115
114
116
echo " -----------------------------------------------------------"
115
117
read -p " IS EVERYTHING CORRECT? (y or n)" YESORNO
You can’t perform that action at this time.
0 commit comments