去掉gitee

This commit is contained in:
monlor
2020-05-28 13:19:32 +08:00
parent 750872b707
commit 323b750988
2 changed files with 15 additions and 14 deletions

View File

@@ -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'