Hi,
I can see you support previewPlan
in render.yaml
if you use Preview environments, e.g. full setup.
However, is it correct it is not possible to set a preview plan when using Pull Request Previews?
Best regards,
Henrik
Hi,
I can see you support previewPlan
in render.yaml
if you use Preview environments, e.g. full setup.
However, is it correct it is not possible to set a preview plan when using Pull Request Previews?
Best regards,
Henrik
Hi Henrik,
That is correct. See https://render.com/docs/pull-request-previews#pull-request-billing for more information.
Regards,
Matt
Okay, so is there no way to make pull request preview plans different from the “normal” plans?
E.g. I would be nice if you could do
plan: standard
pullRequestPreviewsPlan: starter
Or can I somehow utilise the IS_PULL_REQUEST
ENV to get this behaviour? E.g. can I pass a script to the plan
, so it dynamically sets the plan?
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.