This commit is contained in:
AaronHux 2024-05-25 01:15:05 +08:00
parent 9151ed7157
commit 5017356c40
1 changed files with 3 additions and 1 deletions

View File

@ -20,7 +20,9 @@ jobs:
git clone http://www.topverse.world:3000/huxin/TOPVERSE_Official /opt/website
- name: Build
run: docker build -t website-v1:latest "."
run: |
cd /opt/website
docker build -t website-v1:latest "."
- name: Deploy
run: |