udpate
This commit is contained in:
1
.cnb.yml
1
.cnb.yml
@@ -44,6 +44,7 @@ $:
|
|||||||
script: |
|
script: |
|
||||||
git remote remove gitea 2>/dev/null || true
|
git remote remove gitea 2>/dev/null || true
|
||||||
git remote add gitea https://oauth2:${GITEA_TOKEN}@git.xiongxiao.me/${TO_REPO}.git
|
git remote add gitea https://oauth2:${GITEA_TOKEN}@git.xiongxiao.me/${TO_REPO}.git
|
||||||
|
git remote -v
|
||||||
- name: '推送代码到 gitea'
|
- name: '推送代码到 gitea'
|
||||||
script: git push gitea main
|
script: git push gitea main
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user