Skip to content

Commit

Permalink
Edit deployment urls
Browse files Browse the repository at this point in the history
  • Loading branch information
nopivnick committed Jul 31, 2024
1 parent 4cd8150 commit a6c2d7e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions booking-app/components/src/server/ui.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ import { DevBranch } from "../types";
export const getBookingToolDeployUrl = () => {
switch (process.env.BRANCH_NAME as DevBranch) {
case "development":
return "https://sites.google.com/nyu.edu/media-commons-dev/";
return "https://development-dot-flowing-mantis-389917.uc.r.appspot.com/";
case "staging":
return "https://sites.google.com/nyu.edu/media-commons-staging/";
return "https://staging-dot-flowing-mantis-389917.uc.r.appspot.com/";
default:
return "https://sites.google.com/nyu.edu/media-commons-prod/";
return "https://flowing-mantis-389917.uc.r.appspot.com/";
}
};

Expand Down

0 comments on commit a6c2d7e

Please sign in to comment.