Files
filam3d/deploy-front.sh
2026-03-22 13:51:13 +03:00

8 lines
168 B
Bash

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