🔀 Merge branch 'feature-gitee_sync_ci' into develop
Will auto sync code to Gitee repository.
This commit is contained in:
commit
7410c1954c
16
.github/workflows/sync-2-gitee.yml
vendored
Normal file
16
.github/workflows/sync-2-gitee.yml
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
name: sync-2-gitee
|
||||
|
||||
on:
|
||||
push
|
||||
|
||||
jobs:
|
||||
sync-2-gitee:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Sync to Gitee
|
||||
uses: wearerequired/git-mirror-action@master
|
||||
env:
|
||||
SSH_PRIVATE_KEY: ${{ secrets.GITEE_RSA_PRIVATE_KEY }}
|
||||
with:
|
||||
source-repo: git@github.com:hugo-next/hugo-theme-next.git
|
||||
destination-repo: git@gitee.com:hugo-next/hugo-theme-next.git
|
Loading…
Reference in New Issue
Block a user