8 lines
152 B
Bash
Executable File
8 lines
152 B
Bash
Executable File
|
|
ssh root@31.59.58.220 "
|
|
cd /root/ai/ai-service-front &&
|
|
git pull &&
|
|
npm install &&
|
|
npm run build &&
|
|
cp -r dist/* /var/www/ai.luminic.space/
|
|
" |