Daniel Gato
03/04/2022, 5:03 PMfrontend.<http://STAGE_NAME.domain.com|STAGE_NAME.domain.com>
(Same for developer accounts).
When seed deploys a PR it uses the dev access keys and it will use the pr2
as the stage name . It ends up in an error because it will try to use frontend.pr2.domain.com. Thos hostedzone does not exist. We can’t create it on the fly because it needs to create a NS record on domain.com and we wouldlike to avoid having to share that hosted zone from production environments with development environments.
If we could use a suffix and set it to <http://pr2.dev|pr2.dev>
this will save solve our problem.Frank
SEED_PULL_REQUEST_NUMBER
environment variable is set.Frank
Daniel Gato
03/07/2022, 7:57 AMDaniel Gato
03/07/2022, 7:58 AMSEED_PULL_REQUEST_NUMBER
and SEED_STAGE_BRANCH
should do the work!