This commit is contained in:
xiongxiao
2026-01-12 14:17:39 +08:00
parent 4d119bdf56
commit eab631c60b

View File

@@ -6,6 +6,9 @@ include:
env: env:
TO_REPO: kevisual/cnb TO_REPO: kevisual/cnb
TO_URL: git.xiongxiao.me TO_URL: git.xiongxiao.me
imports:
- https://cnb.cool/kevisual/env/-/blob/main/.env.development
$: $:
vscode: vscode:
- docker: - docker:
@@ -22,15 +25,13 @@ $:
.common_sync_to_gitea: &common_sync_to_gitea .common_sync_to_gitea: &common_sync_to_gitea
- <<: *common_env - <<: *common_env
services: !reference [.common_sync_to_gitea_template, services] services: !reference [.common_sync_to_gitea_template, services]
imports: !reference [.common_sync_to_gitea_template, imports]
stages: !reference [.common_sync_to_gitea_template, stages] stages: !reference [.common_sync_to_gitea_template, stages]
.common_sync_from_gitea: &common_sync_from_gitea .common_sync_from_gitea: &common_sync_from_gitea
- <<: *common_env - <<: *common_env
services: !reference [.common_sync_from_gitea_template, services] services: !reference [.common_sync_from_gitea_template, services]
imports: !reference [.common_sync_from_gitea_template, imports]
stages: !reference [.common_sync_from_gitea_template, stages] stages: !reference [.common_sync_from_gitea_template, stages]
main: main:
web_trigger_sync_to_gitea: web_trigger_sync_to_gitea:
- <<: *common_sync_to_gitea - <<: *common_sync_to_gitea