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

7 lines
133 B
Bash
Executable File

ssh root@31.59.58.220 "
cd /root/sport-platform &&
git pull &&
npm run build &&
cp -r dist/* /var/www/sport.luminic.space/
"