From 0b9a9ea89caa5330973c4d8f28cf9cac4de3ac60 Mon Sep 17 00:00:00 2001 From: abearxiong Date: Wed, 18 Feb 2026 00:08:11 +0800 Subject: [PATCH] update --- .cnb.yml | 21 ++------------------- 1 file changed, 2 insertions(+), 19 deletions(-) diff --git a/.cnb.yml b/.cnb.yml index 7d7bd4e..f972dd3 100644 --- a/.cnb.yml +++ b/.cnb.yml @@ -4,8 +4,7 @@ include: .common_env: &common_env env: - TO_REPO: template/vite-react-template - TO_URL: git.xiongxiao.me + USERNAME: root imports: - https://cnb.cool/kevisual/env/-/blob/main/.env.development @@ -17,20 +16,4 @@ $: - vscode - docker imports: !reference [.common_env, imports] - stages: !reference [.dev_template, stages] - -.common_sync_to_gitea: &common_sync_to_gitea - - <<: *common_env - services: !reference [.common_sync_to_gitea_template, services] - stages: !reference [.common_sync_to_gitea_template, stages] - -.common_sync_from_gitea: &common_sync_from_gitea - - <<: *common_env - services: !reference [.common_sync_from_gitea_template, services] - stages: !reference [.common_sync_from_gitea_template, stages] - -main: - api_trigger_sync_to_gitea: - - <<: *common_sync_to_gitea - api_trigger_sync_from_gitea: - - <<: *common_sync_from_gitea \ No newline at end of file + stages: !reference [.dev_template, stages] \ No newline at end of file