ci(andreknie.de): deploy from default branch

This commit is contained in:
2026-07-27 16:04:29 +02:00
parent 9c8728bd5b
commit 18a911cd4e
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -5,12 +5,12 @@ Personal knowledge graph and CV/profile generation system (TypeScript/Node)
## Metadata
- **Deployment Target:** local-cli
- **Upstream URL:** https://github.com/DoctoDre/CV
- **Upstream URL:** https://git.d-hive.de/ankn/Orchestrator.git
- **Status:** active
## Interconnections
- (to be documented)
## Notes
- Part of privat context in the Orchestrator monorepo
- Part of privat context in the Orchestrator monorepo at `privat/CV`
+2 -2
View File
@@ -28,7 +28,7 @@ build-frontend:
- privat/CV/andreknie.de/dist/
expire_in: 1 day
rules:
- if: '$CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH == "main"'
- if: '$CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
changes:
- "privat/CV/andreknie.de/**/*"
@@ -39,7 +39,7 @@ deploy-andreknie:
dependencies:
- build-frontend
rules:
- if: '$CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH == "main"'
- if: '$CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
changes:
- "privat/CV/andreknie.de/**/*"
script: