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