From 7156369e6ad06f57723b4a2b3950123b8c7d8995 Mon Sep 17 00:00:00 2001 From: Tim <6887938+tim-schultz@users.noreply.github.com> Date: Wed, 18 Sep 2024 08:35:18 -0600 Subject: [PATCH] fix: deploy branches (#679) --- infra/aws/index.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/infra/aws/index.ts b/infra/aws/index.ts index 4bb5b0680..541639865 100644 --- a/infra/aws/index.ts +++ b/infra/aws/index.ts @@ -1768,9 +1768,9 @@ const CLOUDFLARE_ZONE_ID = op.read.parse( ); const passportBranches = Object({ - review: "main", - staging: "staging-app", - production: "production-app", + review: "review-interface", + staging: "staging-interface", + production: "production-interface", }); const passportXyzAppEnvironment = secretsManager