This commit is contained in:
root 2024-05-25 18:06:10 +08:00
parent 20a172578c
commit 873b7742b1
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ jobs:
steps: steps:
- name: Build & Deploy - name: Build & Deploy
run: | run: |
cd /opt/workspace/TOPVERSE_Official cd /data/TOPVERSE_Official
git pull git pull
docker build -t website-v1:latest "." docker build -t website-v1:latest "."
docker stop website-v1 || true docker stop website-v1 || true