This commit is contained in:
root 2024-05-25 18:33:11 +08:00
parent 873b7742b1
commit 636675690f
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ jobs:
run: |
cd /data/TOPVERSE_Official
git pull
docker build -t website-v1:latest "."
docker stop website-v1 || true
docker rm -f website-v1 || true