From 02fa726e01642d6cde1d38062300c04c64d47a72 Mon Sep 17 00:00:00 2001 From: anabellabuckvar <41971124+anabellabuckvar@users.noreply.github.com> Date: Mon, 25 Nov 2024 11:25:04 -0500 Subject: [PATCH] test deploying cloud docs --- netlify.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/netlify.toml b/netlify.toml index 3a4ac8875..4181f08c2 100644 --- a/netlify.toml +++ b/netlify.toml @@ -6,7 +6,7 @@ publish = "public" command = ". ./build.sh $ORG_NAME $REPO_NAME $BRANCH_NAME $PARSER_VERSION" [build.environment] -ORG_NAME = "mongodb" -REPO_NAME = "docs-landing" +ORG_NAME = "10gen" +REPO_NAME = "cloud-docs" BRANCH_NAME = "master" -PARSER_VERSION = "0.18.6" \ No newline at end of file +PARSER_VERSION = "0.18.6"