This commit is contained in:
xiongxiao
2026-01-12 14:16:22 +08:00
parent 64f24910cb
commit 4d119bdf56
2 changed files with 22 additions and 32 deletions

View File

@@ -1,4 +1,4 @@
.common_sync_to_gitea: &common_sync_to_gitea
.common_sync_to_gitea_template: &common_sync_to_gitea_template
services:
- docker
imports:
@@ -21,7 +21,7 @@
sync_mode: rebase
branch: main
.common_sync_from_gitea: &common_sync_from_gitea
.common_sync_from_gitea_template: &common_sync_from_gitea_template
services:
- docker
imports:
@@ -41,10 +41,10 @@
# main:
# web_trigger_sync_to_gitea:
# - <<: *common_sync_to_gitea
# - <<: *common_sync_to_gitea_template
# web_trigger_sync_from_gitea:
# - <<: *common_sync_from_gitea
# - <<: *common_sync_from_gitea_template
# api_trigger_sync_to_gitea:
# - <<: *common_sync_to_gitea
# - <<: *common_sync_to_gitea_template
# api_trigger_sync_from_gitea:
# - <<: *common_sync_from_gitea
# - <<: *common_sync_from_gitea_template