diff --git a/.cnb/push.yml b/.cnb/push.yml index f572995..679e30a 100644 --- a/.cnb/push.yml +++ b/.cnb/push.yml @@ -1,13 +1,12 @@ -main: - sync_to_gitea: - - services: - - docker - imports: https://cnb.cool/kevisual/env/-/blob/main/env.yml - - stages: - - name: sync to gitea - image: tencentcom/git-sync - settings: - target_url: https://git.xiongxiao.me/kevisual/cnb.git - auth_type: https - username: ${GITEA_USERNAME} - password: ${GITEA_ACCESS_TOKEN} \ No newline at end of file +sync_to_gitea: + - services: + - docker + imports: https://cnb.cool/kevisual/env/-/blob/main/env.yml + - stages: + - name: sync to gitea + image: tencentcom/git-sync + settings: + target_url: https://git.xiongxiao.me/kevisual/cnb.git + auth_type: https + username: ${GITEA_USERNAME} + password: ${GITEA_ACCESS_TOKEN} \ No newline at end of file