master
vapao 2021-09-30 09:36:37 +08:00
parent 658b0fb0c7
commit 0a1ef53feb
2 changed files with 4 additions and 20 deletions

View File

@ -1,16 +0,0 @@
name: Sync-GitHub-to-Gitee
on: push
jobs:
sync:
runs-on: ubuntu-latest
steps:
- name: Checkout source codes
uses: actions/checkout@v1
- name: Mirror Github to Gitee
uses: ./.
with:
src: github/openspug
dst: gitee/openspug
dst_key: ${{ secrets.GITEE_PRIVATE_KEY }}
dst_token: ${{ secrets.GITEE_TOKEN }}
account_type: org

View File

@ -6,10 +6,10 @@ Spug是面向中小型企业设计的轻量级无Agent的自动化运维平台
</div>
- 官网地址https://www.spug.dev
- 使用文档https://www.spug.dev/docs/about-spug/
- 更新日志https://www.spug.dev/docs/change-log/
- 常见问题https://www.spug.dev/docs/faq/
- 官网地址https://spug.cc
- 使用文档https://spug.cc/docs/about-spug/
- 更新日志https://spug.cc/docs/change-log/
- 常见问题https://spug.cc/docs/faq/
## 演示环境