From 31cc1efe54f4fe539d552ffcfd727ff1cdd9ab24 Mon Sep 17 00:00:00 2001 From: Sayali Gaikawad <61760125+gaiksaya@users.noreply.github.com> Date: Fri, 12 Jan 2024 15:21:33 -0800 Subject: [PATCH] Fix the infra deployment info in readme (#4346) Signed-off-by: Sayali Gaikawad --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eb39d1a86a..1a0433ca81 100644 --- a/README.md +++ b/README.md @@ -281,7 +281,7 @@ See [src/manifests_workflow](./src/manifests_workflow) for more information. ### Deploying Infrastructure -Storage and access roles for the OpenSearch release process are codified in a [CDK project](./deployment/README.md). +This project uses jenkins as the build infrastructure for building, testing and releasing the artifacts. The infrastructure is deployed using CDK and code can be found in [opensearch-ci](https://github.com/opensearch-project/opensearch-ci/tree/main) repository. ## Contributing