mirror of
https://github.com/pooneyy/1Panel-Appstore.git
synced 2026-03-17 22:21:03 +08:00
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
4
.github/workflows/sync-auto.yml
vendored
4
.github/workflows/sync-auto.yml
vendored
@ -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: 检出完整仓库
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user