This commit is contained in:
2025-09-14 21:59:42 +08:00
parent 75d4ff77c5
commit ecaea47db7

View File

@@ -7,14 +7,14 @@ main:
stages: stages:
- name: 'show username' - name: 'show username'
script: echo "GITEA_USERNAME is ${GITEA_USERNAME} and GITEA_PASSWORD is ${GITEA_PASSWORD}" script: echo "GITEA_USERNAME is ${GITEA_USERNAME} and GITEA_PASSWORD is ${GITEA_PASSWORD}"
# - name: sync to gitea - name: sync to gitea
# image: tencentcom/git-sync image: tencentcom/git-sync
# settings: settings:
# target_url: https://git.xiongxiao.me/kevisual/cnb.git target_url: https://git.xiongxiao.me/kevisual/cnb.git
# auth_type: ssh auth_type: ssh
# username: ${GITEA_USERNAME} username: ${GITEA_USERNAME}
# password: ${GITEA_PASSWORD} password: ${GITEA_PASSWORD}
# git_host: git.xiongxiao.me git_host: git.xiongxiao.me