Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
unanchoi authored Oct 5, 2023
2 parents b32431a + 5cc64da commit d24cbc6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ private String getProfiles() {
String activeProfile = Arrays.stream(env.getActiveProfiles()).findFirst().orElse("");
return activeProfile.equals("blue") || activeProfile.equals("green") ? "prod" : activeProfile;
}
}
}

0 comments on commit d24cbc6

Please sign in to comment.