8 lines
181 B
Bash
Executable File
8 lines
181 B
Bash
Executable File
ssh root@31.59.58.220 "
|
|
cd /root/sport-platform &&
|
|
git pull &&
|
|
cd frontend &&
|
|
npm install &&
|
|
npm run build &&
|
|
cp -r dist/* /var/www/sport.luminic.space/
|
|
" |