更新 .gitea/workflows/action.yaml
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 0s Details

This commit is contained in:
huxin 2024-05-28 01:03:49 +08:00
parent da67263d77
commit deca0a15d0
1 changed files with 7 additions and 7 deletions

View File

@ -14,13 +14,13 @@ jobs:
# DOCKER_ORG: gitea # DOCKER_ORG: gitea
# DOCKER_LATEST: latest # DOCKER_LATEST: latest
steps: steps:
# - run: echo "testseetsetsetstse" - run: docker ps
- name: Init Env # - name: Init Env
run: rm -rf /opt/workspace/TOPVERSE_Official # run: rm -rf /data/workspace/TOPVERSE_Official
- name: Git # - name: Git
run: git clone http://127.0.0.1:3000/huxin/TOPVERSE_Official /opt/workspace/TOPVERSE_Official # run: git clone http://127.0.0.1:3000/huxin/TOPVERSE_Official /data/workspace/TOPVERSE_Official
- name: Install # - name: Install
run: cd /opt/workspace/TOPVERSE_Official && ./deploy.sh # run: cd /data/workspace/TOPVERSE_Official && ./deploy.sh
# - name: Build # - name: Build
# run: cd /opt/workspace/TOPVERSE_Official && pnpm build # run: cd /opt/workspace/TOPVERSE_Official && pnpm build
# - name: Build # - name: Build