This commit is contained in:
AaronHux 2024-05-25 12:47:08 +08:00
parent c52d62a435
commit c64ee39d50
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/website/TOPVERSE_Official cd /opt/workspace/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