Skip to content

Commit

Permalink
fix: deploy branches
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-schultz committed Sep 18, 2024
1 parent af3dd39 commit 45b799e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions infra/aws/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 45b799e

Please sign in to comment.