This commit is contained in:
AaronHux 2024-05-25 00:55:27 +08:00
parent c72100847a
commit 9151ed7157
1 changed files with 2 additions and 2 deletions

View File

@ -16,8 +16,8 @@ jobs:
steps: steps:
- name: Clone - name: Clone
run: | run: |
rm -rf $CLONED_REPO_DIR rm -rf /opt/website
git clone $BARE_REPO_DIR $CLONED_REPO_DIR git clone http://www.topverse.world:3000/huxin/TOPVERSE_Official /opt/website
- name: Build - name: Build
run: docker build -t website-v1:latest "." run: docker build -t website-v1:latest "."