This commit is contained in:
xds
2026-03-16 12:20:33 +03:00
parent 9d886076d6
commit d99f8310f7
4 changed files with 36 additions and 0 deletions

7
deploy-front.sh Executable file
View File

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