1
0
Fork 0

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:
pooneyy 2026-03-07 02:31:58 +08:00
parent 8b1db7bc1e
commit d9f11167f3
No known key found for this signature in database
1 changed files with 4 additions and 0 deletions

View File

@ -31,6 +31,10 @@ jobs:
ssh-host: gitea.com
ssh-url: git@gitea.com:pooneyy/1Panel-Appstore.git
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:
- name: 检出完整仓库