blake-mealey / mantle

An infrastructure-as-code and deployment tool for Roblox.
https://mantledeploy.vercel.app/
MIT License
91 stars 11 forks source link

Add an `owner` override for environments #215

Closed SolarHorizon closed 6 months ago

SolarHorizon commented 7 months ago

What type of feature request is this?

Describe your problem My game uses two different groups. One is for developers and the other is for the community. We use the developer group to host our staging environment for testing and the other group has the live game. Since ownership is configured globally, it makes it difficult for us to use Mantle.

Describe the solution you'd like It'd be nice if we could override owner and payments based on the environment.

blake-mealey commented 7 months ago

Thanks for the feedback! Do you think this would be a good solution for you? https://github.com/blake-mealey/mantle/issues/147

SolarHorizon commented 7 months ago

If variables are able to be used anywhere in your configuration that'd be awesome. That would definitely solve my problem.

blake-mealey commented 7 months ago

Yup the idea would be to have variables be usable anywhere in the config file

blake-mealey commented 6 months ago

Closing as part of #147