Can I change the name of render.yaml to something else?

I’m planning to make a staging env. One way that I imagine is to have render.yaml and render.prod.yaml.

Then, I can set up 2 branches (main and prod) with 2 blueprints (render.yaml and render.prod.yaml).

This wouldn’t have problem when merging main into prod.

I wonder if there’s a way to specify that we want to use render.prod.yaml instead of render.yaml

Hey,

This isn’t possible right now—you can only link a single YAML file to a blueprint. If you want to accomplish what you’re aiming for, you’ll likely need to use different branches (prod/staging/dev) and/or different repositories linked to separate blueprints (e.g., my-blueprint-dev, my-blueprint-prod)

Jérémy.
Render Support, UTC+3

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.