We want to deploy all the service using a single pipeline instead of seperate pipeline for each service
complete
N
Nickel Carp
We currently maintain separate pipelines for each microservice, but we aim to streamline the process by deploying all microservices through a single unified pipeline.
Log In
Sudarshan Purohit
updated the status to
complete
Sudarshan Purohit
Based on the complexity of your flow, this can be solved by using:
* looping/matrix flows in a pipeline (https://developer.harness.io/docs/category/matrices-loops-and-parallelism)
* Multi-Servide deployment configurations in Pipelines, (https://developer.harness.io/docs/continuous-delivery/x-platform-cd-features/advanced/multiserv-multienv/)
* Release Orchestration flow for complex use cases (https://developer.harness.io/docs/release-orchestration/overview/getting-started)