Skip to content

Commit

Permalink
Merge pull request #8367 from colbygk/allow_deploy_bifurcated_staging…
Browse files Browse the repository at this point in the history
…_prod

Make redirect updating more verbose
  • Loading branch information
colbygk authored May 21, 2024
2 parents 5913624 + 82cc116 commit eb543ec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/configure-fastly.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ const extraAppRoutes = [
const routeJsonPreProcessed = routeJson.map(
route => {
if (route.redirect) {
process.stdout.write(`Updating: ${route.redirect} to `);
route.redirect.replace('RADISH_URL', RADISH_URL);
process.stdout.write(`${route.redirect}\n`);
}
return route;
}
Expand Down

0 comments on commit eb543ec

Please sign in to comment.