diff --git a/.cnb.yml b/.cnb.yml index 601df77..60c579a 100644 --- a/.cnb.yml +++ b/.cnb.yml @@ -44,6 +44,7 @@ $: script: | git remote remove gitea 2>/dev/null || true git remote add gitea https://oauth2:${GITEA_TOKEN}@git.xiongxiao.me/${TO_REPO}.git + git remote -v - name: '推送代码到 gitea' script: git push gitea main