2
0
Files
be.wfc/docker/start-backend.sh
2024-11-18 20:13:18 +08:00

8 lines
96 B
Bash

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