fix:项目初始化

This commit is contained in:
ouyangxiu
2025-06-10 17:11:41 +07:00
commit db9bffd2c5
713 changed files with 159746 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
#!/bin/bash
npm run build:prod
zip -q -r dist.zip dist
#!/bin/bash
#麻豆涩漫正式服后台更新脚本
scp dist.zip root@192.168.10.143:/home/boduo/houtai/
ssh root@192.168.10.143 "cd /home/boduo/houtai/ && bash /home/boduo/houtai/run.sh"