修改CI
This commit is contained in:
parent
20a172578c
commit
873b7742b1
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue