diff --git a/.gitea/workflows/action.yaml b/.gitea/workflows/action.yaml index 9a59b61..3ee0fc3 100644 --- a/.gitea/workflows/action.yaml +++ b/.gitea/workflows/action.yaml @@ -16,7 +16,7 @@ jobs: steps: - name: Build & Deploy run: | - cd /opt/website/TOPVERSE_Official + cd /opt/workspace/TOPVERSE_Official git pull docker build -t website-v1:latest "." docker stop website-v1 || true