This commit is contained in:
xds
2026-03-16 12:30:32 +03:00
parent bdbeb6e135
commit 6bf85f0d23

View File

@@ -1,7 +1,8 @@
ssh root@31.59.58.220 "
cd /root/sport-platform &&
git pull &&
npm run build &&
cp -r dist/* /var/www/sport.luminic.space/
"
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/
"