1
0
Fork 0

ci(sync): add Bitnet and Smartscf sync targets to workflow

- add Bitnet repository sync target
- add smartscf repository sync target with non-standard SSH port (8122)
This commit is contained in:
pooneyy 2026-03-01 22:21:43 +08:00
parent f2c11a2a5b
commit a296547467
No known key found for this signature in database
1 changed files with 9 additions and 0 deletions

View File

@ -31,6 +31,15 @@ jobs:
ssh-host: gitea.com
ssh-url: git@gitea.com:pooneyy/1Panel-Appstore.git
https-url: https://gitea.com/pooneyy/1Panel-Appstore
- name: Bitnet
ssh-host: git-clone.bitnet.fun
ssh-url: git@git-clone.bitnet.fun:pooneyy/1Panel-Appstore.git
https-url: https://git.bitnet.fun/pooneyy/1Panel-Appstore
- name: Smartscf
ssh-host: repo.smartscf.cn
ssh-port: 8122
ssh-url: ssh://git@repo.smartscf.cn:8122/pooneyy/1Panel-Appstore.git
https-url: https://repo.smartscf.cn/pooneyy/1Panel-Appstore
steps:
- name: 检出完整仓库