This commit is contained in:
xds
2026-03-22 13:51:13 +03:00
parent beb14b4e43
commit f86b08c2bf
6 changed files with 34 additions and 9 deletions

8
deploy-front.sh Normal file
View File

@@ -0,0 +1,8 @@
ssh root@31.59.58.220 "
cd /root/filam3d &&
git pull &&
cd frontend &&
npm install &&
npm run build &&
cp -r dist/* /var/www/bambustore.ru/
"