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