Deploying your App - Build Time #14
PascalSenn
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Build Time
When building your application's configuration, Confix provides the
confix build
command to replace the variables in your configuration files with their actual values. Confix calls the variable providers to resolve these variables. You can specify the desired environment for your build by using the--environment
flag.This strategy is particularly useful when you wish to create configuration files and deploy them directly to a web app or web server.
Pros:
confix build
command and the--environment
flag are straightforward to use and it may be enough for your application's needsCons:
Beta Was this translation helpful? Give feedback.
All reactions