diff --git a/.cnb.yml b/.cnb.yml index 5f4cee3..c2b0812 100644 --- a/.cnb.yml +++ b/.cnb.yml @@ -6,6 +6,9 @@ include: env: TO_REPO: kevisual/cnb TO_URL: git.xiongxiao.me + imports: + - https://cnb.cool/kevisual/env/-/blob/main/.env.development + $: vscode: - docker: @@ -22,15 +25,13 @@ $: .common_sync_to_gitea: &common_sync_to_gitea - <<: *common_env services: !reference [.common_sync_to_gitea_template, services] - imports: !reference [.common_sync_to_gitea_template, imports] 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] - imports: !reference [.common_sync_from_gitea_template, imports] stages: !reference [.common_sync_from_gitea_template, stages] - + main: web_trigger_sync_to_gitea: - <<: *common_sync_to_gitea