---
title: Selective deployments should be part of your DevOps optimization…
type: post
date: 2022-09-24
source: linkedin
original_url: "https://www.linkedin.com/feed/update/urn%3Ali%3Ashare%3A6979332938769289216"
topics: ["devops"]
summary: Selective deployments should be part of your DevOps optimization process. You can optimise your CI/CD pipeline by deploying only what has changed from the last run of the pipeline. Look at the following reference for one of the ways to implement selective…
draft: false
---

Selective deployments should be part of your DevOps optimization process. You can optimise your CI/CD pipeline by deploying only what has changed from the last run of the pipeline.

Look at the following reference for one of the ways to implement selective deployment - https://lnkd.in/dd3Cq32c

Optimising the CI/CD pipeline not only ensure faster builds, but better resource and cost optimization