ci(sync): add Gitlab synchronization configuration
- add Gitlab as a new sync target in the sync-auto workflow - configure ssh and https URLs for Gitlab repository mirroring
This commit is contained in:
parent
8b1db7bc1e
commit
d9f11167f3
|
|
@ -31,6 +31,10 @@ jobs:
|
||||||
ssh-host: gitea.com
|
ssh-host: gitea.com
|
||||||
ssh-url: git@gitea.com:pooneyy/1Panel-Appstore.git
|
ssh-url: git@gitea.com:pooneyy/1Panel-Appstore.git
|
||||||
https-url: https://gitea.com/pooneyy/1Panel-Appstore
|
https-url: https://gitea.com/pooneyy/1Panel-Appstore
|
||||||
|
- name: Gitlab
|
||||||
|
ssh-host: gitlab.com
|
||||||
|
ssh-url: git@gitlab.com:pooneyy1/1panel-appstore.git
|
||||||
|
https-url: https://gitlab.com/pooneyy1/1panel-appstore
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: 检出完整仓库
|
- name: 检出完整仓库
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue