2
0

feat: 添加自动部署脚本

This commit is contained in:
caiyuchao
2024-11-18 20:13:18 +08:00
parent c6b060ebba
commit 73f832ef9e
3 changed files with 28 additions and 0 deletions

8
docker/start-frontend.sh Normal file
View File

@@ -0,0 +1,8 @@
#!/bin/sh
cd ../../fe.crm/
git pull
pnpm build
cd ../be.crm/docker/
./copy.sh
sudo ./deploy.sh backend