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 ## Metadata
- **Deployment Target:** local-cli - **Deployment Target:** local-cli
- **Upstream URL:** https://github.com/DoctoDre/CV - **Upstream URL:** https://git.d-hive.de/ankn/Orchestrator.git
- **Status:** active - **Status:** active
## Interconnections ## Interconnections
- (to be documented) - (to be documented)
## Notes ## 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/ - privat/CV/andreknie.de/dist/
expire_in: 1 day expire_in: 1 day
rules: rules:
- if: '$CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH == "main"' - if: '$CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
changes: changes:
- "privat/CV/andreknie.de/**/*" - "privat/CV/andreknie.de/**/*"
@@ -39,7 +39,7 @@ deploy-andreknie:
dependencies: dependencies:
- build-frontend - build-frontend
rules: rules:
- if: '$CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH == "main"' - if: '$CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
changes: changes:
- "privat/CV/andreknie.de/**/*" - "privat/CV/andreknie.de/**/*"
script: script: