ci(andreknie.de): deploy from default branch
This commit is contained in:
@@ -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`
|
||||||
|
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user