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
Is it possible to pass a --config flag to the build command? Say, if we want to use an alternative config file for production builds?
--config
The text was updated successfully, but these errors were encountered:
👋 Not without some changes. One thing you could easily do though is:
production_config.yml
_config.yml
Sorry, something went wrong.
So check for an environment variable and then rename the associated config file to use the default name... that's an interesting idea. Thanks.
Closing this out as a wontfix for now since there is a viable workaround. 👍🏻
wontfix
Folks should feel free to open a new issue if this becomes a blocker, though. 👂🏻
JamesMGreene
No branches or pull requests
Is it possible to pass a
--config
flag to the build command? Say, if we want to use an alternative config file for production builds?The text was updated successfully, but these errors were encountered: