Skip to content

fix: 添加deploy

fix: 添加deploy #18

Workflow file for this run

name: Mirror to gitee
# push时同步
on: [ push ]
# Ensures that only one mirror task will run at a time.
concurrency:
group: git-mirror
jobs:
git-mirror:
runs-on: ubuntu-latest
steps:
- uses: wearerequired/git-mirror-action@v1
env:
SSH_PRIVATE_KEY: ${{ secrets.GITEE_DEPLOY_KEY }}
with:
source-repo: "git@github.com:Liang34/liangship.git"
destination-repo: "git@gitee.com:liangjianhui_ysn/liangship.git"