Skip to content

Commit

Permalink
fix(infra): rename the branches for used for staging and production o…
Browse files Browse the repository at this point in the history
…f the staking app (passportxyz#2337)
  • Loading branch information
nutrina authored Mar 26, 2024
1 parent afb89b4 commit 781532e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infra/aws/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ const stakingEnvVars = Object({

const stakingBranches = Object({
review: "main",
staging: "app-staging",
production: "app-production",
staging: "staging-app",
production: "production-app",
});

//////////////////////////////////////////////////////////////
Expand Down

0 comments on commit 781532e

Please sign in to comment.