1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-17 23:51:03 +08:00

ci(sync): add Gitlink sync config

- add Gitlink as a new sync target in the sync-auto workflow
- configure ssh and https URLs for Gitlink repository mirroring
This commit is contained in:
pooneyy 2026-03-13 11:49:18 +08:00
parent 34290c3713
commit ed2f8b9e59
No known key found for this signature in database

View File

@ -35,6 +35,10 @@ jobs:
ssh-host: gitlab.com
ssh-url: git@gitlab.com:pooneyy1/1panel-appstore.git
https-url: https://gitlab.com/pooneyy1/1panel-appstore
- name: Gitlink
ssh-host: code.gitlink.org.cn
ssh-url: git@code.gitlink.org.cn:pooneyy/1Panel-Appstore.git
https-url: https://gitlink.org.cn/pooneyy/1Panel-Appstore
steps:
- name: 检出完整仓库