We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove requirements to use genesis.env, and instead we use the file names to deduce the environment name.
To make partial env files not look deployable, they will instead be called, for example, c-.yml instead of c.yml.
c-.yml
c.yml
c-us.yml and c-us-1.yml would both remain deployable, while the latter would inherit from the former.
c-us.yml
c-us-1.yml
Will be opt-in feature, and will include helper function to convert legacy file names to use this convention.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Remove requirements to use genesis.env, and instead we use the file names to deduce the environment name.
To make partial env files not look deployable, they will instead be called, for example,
c-.yml
instead ofc.yml
.c-us.yml
andc-us-1.yml
would both remain deployable, while the latter would inherit from the former.Will be opt-in feature, and will include helper function to convert legacy file names to use this convention.
The text was updated successfully, but these errors were encountered: