feat: 添加自动部署脚本
This commit is contained in:
8
docker/start-frontend.sh
Normal file
8
docker/start-frontend.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
cd ../../fe.crm/
|
||||
git pull
|
||||
pnpm build
|
||||
cd ../be.crm/docker/
|
||||
./copy.sh
|
||||
sudo ./deploy.sh backend
|
||||
Reference in New Issue
Block a user