Files
ai-service-front/deploy.sh

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/
"