mirror of
https://github.com/pooneyy/1Panel-Appstore.git
synced 2026-03-17 23:51:03 +08:00
Merge branch 'config' into localApps
This commit is contained in:
commit
527dfaa9ea
4
.github/workflows/sync-auto.yml
vendored
4
.github/workflows/sync-auto.yml
vendored
@ -35,6 +35,10 @@ jobs:
|
|||||||
ssh-host: gitlab.com
|
ssh-host: gitlab.com
|
||||||
ssh-url: git@gitlab.com:pooneyy1/1panel-appstore.git
|
ssh-url: git@gitlab.com:pooneyy1/1panel-appstore.git
|
||||||
https-url: https://gitlab.com/pooneyy1/1panel-appstore
|
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:
|
steps:
|
||||||
- name: 检出完整仓库
|
- name: 检出完整仓库
|
||||||
|
|||||||
19
.github/workflows/sync-schedule.yml
vendored
19
.github/workflows/sync-schedule.yml
vendored
@ -11,16 +11,17 @@ permissions:
|
|||||||
jobs:
|
jobs:
|
||||||
ssh-sync:
|
ssh-sync:
|
||||||
name: 同步到 ${{ matrix.remote.name }}
|
name: 同步到 ${{ matrix.remote.name }}
|
||||||
|
if: false
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
remote:
|
remote:
|
||||||
- name: Smartscf
|
- name:
|
||||||
ssh-host: repo.smartscf.cn
|
ssh-host:
|
||||||
ssh-port: 8122
|
ssh-port:
|
||||||
ssh-url: ssh://git@repo.smartscf.cn:8122/pooneyy/1Panel-Appstore.git
|
ssh-url:
|
||||||
https-url: https://repo.smartscf.cn/pooneyy/1Panel-Appstore
|
https-url:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: 检出完整仓库
|
- name: 检出完整仓库
|
||||||
@ -81,15 +82,15 @@ jobs:
|
|||||||
|
|
||||||
http-sync:
|
http-sync:
|
||||||
name: 同步到 ${{ matrix.remote.name }}
|
name: 同步到 ${{ matrix.remote.name }}
|
||||||
if: false # 禁用
|
if: true
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
remote:
|
remote:
|
||||||
- name:
|
- name: Zczcfiles
|
||||||
https-url:
|
https-url: https://gitea.zczcfiles.com.cn/pooneyy/1Panel-Appstore.git
|
||||||
pat-secret:
|
pat-secret: SYNC_PAT_ZCZCFILES
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: 检出完整仓库
|
- name: 检出完整仓库
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user