mirror of
https://github.com/ok-oldking/ok-wuthering-waves.git
synced 2025-04-24 08:25:16 +00:00
添加CNB更新源
This commit is contained in:
parent
0678b6d62b
commit
9e84595665
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -111,6 +111,10 @@ jobs:
|
||||
python -m ok.update.push_repos --repos https://ok-oldking:${{ secrets.OK_GH }}@github.com/ok-oldking/ok-ww-update --files deploy.txt --tag ${{ steps.tagName.outputs.tag }}
|
||||
|
||||
|
||||
- name: push to cnb
|
||||
run: |
|
||||
python -m ok.update.push_repos --repos https://cnb:${{ secrets.CNB_TOKEN }}cnb.cool/ok-oldking/ok-wuthering-waves.git --files deploy.txt --tag ${{ steps.tagName.outputs.tag }}
|
||||
|
||||
- name: push to coding
|
||||
run: |
|
||||
python -m ok.update.push_repos --repos https://${{ secrets.CODING_USERNAME }}:${{ secrets.CODING_PASSWORD }}@e.coding.net/g-frfh1513/ok-wuthering-waves/ok-wuthering-waves.git --files deploy.txt --tag ${{ steps.tagName.outputs.tag }}
|
||||
|
@ -120,12 +120,12 @@ config = {
|
||||
'git_url': 'https://e.coding.net/g-frfh1513/ok-wuthering-waves/ok-wuthering-waves.git',
|
||||
'pip_url': 'https://mirrors.aliyun.com/pypi/simple'
|
||||
}, {
|
||||
'name': '腾讯云',
|
||||
'name': '腾讯Coding',
|
||||
'git_url': 'https://e.coding.net/g-frfh1513/ok-wuthering-waves/ok-wuthering-waves.git',
|
||||
'pip_url': 'https://mirrors.cloud.tencent.com/pypi/simple'
|
||||
'pip_url': 'https://mirrors.aliyun.com/pypi/simple'
|
||||
}, {
|
||||
'name': '阿里云',
|
||||
'git_url': 'https://e.coding.net/g-frfh1513/ok-wuthering-waves/ok-wuthering-waves.git',
|
||||
'name': '腾讯CNB',
|
||||
'git_url': 'https://cnb.cool/ok-oldking/ok-wuthering-waves.git',
|
||||
'pip_url': 'https://mirrors.aliyun.com/pypi/simple'
|
||||
}
|
||||
]},
|
||||
|
Loading…
x
Reference in New Issue
Block a user