测试CI
This commit is contained in:
parent
9151ed7157
commit
5017356c40
|
@ -20,7 +20,9 @@ jobs:
|
||||||
git clone http://www.topverse.world:3000/huxin/TOPVERSE_Official /opt/website
|
git clone http://www.topverse.world:3000/huxin/TOPVERSE_Official /opt/website
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: docker build -t website-v1:latest "."
|
run: |
|
||||||
|
cd /opt/website
|
||||||
|
docker build -t website-v1:latest "."
|
||||||
|
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in New Issue