2
0
Files
be.wfc/docker/start-backend.sh
2024-11-19 16:54:05 +08:00

8 lines
96 B
Bash
Executable File

#!/bin/sh
cd ..
git pull
mvn clean package -P test
cd docker
./copy.sh
sudo ./deploy.sh backend