Files
sport-platform/deploy-front.sh
2026-03-16 12:30:32 +03:00

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