mirror of
https://github.com/monlor/MIXBOX-ARCHIVE.git
synced 2026-03-10 23:41:27 +00:00
去掉gitee
This commit is contained in:
23
.github/workflows/main.yml
vendored
23
.github/workflows/main.yml
vendored
@@ -55,15 +55,16 @@ jobs:
|
||||
./tools/gitsync.sh pack
|
||||
./tools/gitsync.sh deploy mbfiles `basename ${BRANCH_NAME}` ${GH_REF}
|
||||
|
||||
gitee-deploy:
|
||||
runs-on: ubuntu-latest
|
||||
needs: github-deploy
|
||||
steps:
|
||||
- name: Sync To Gitee
|
||||
uses: wearerequired/git-mirror-action@v1
|
||||
env:
|
||||
SSH_PRIVATE_KEY: ${{ secrets.GE_TOKEN }}
|
||||
with:
|
||||
source-repo: 'git@github.com:monlor/mbfiles.git'
|
||||
destination-repo: 'git@gitee.com:monlor/mbfiles.git'
|
||||
# gitee空间限制,不再使用
|
||||
# gitee-deploy:
|
||||
# runs-on: ubuntu-latest
|
||||
# needs: github-deploy
|
||||
# steps:
|
||||
# - name: Sync To Gitee
|
||||
# uses: wearerequired/git-mirror-action@v1
|
||||
# env:
|
||||
# SSH_PRIVATE_KEY: ${{ secrets.GE_TOKEN }}
|
||||
# with:
|
||||
# source-repo: 'git@github.com:monlor/mbfiles.git'
|
||||
# destination-repo: 'git@gitee.com:monlor/mbfiles.git'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user