Replies: 2 comments
-
Just got bitten by this one :( |
Beta Was this translation helpful? Give feedback.
0 replies
-
How did you solve this? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the feature you'd like to request
We would like to use a different fallback server per environment e.g.:
Right now this is not possible as
process.env.FALLBACK_SERVER
is processed during build time.So we are not able to deploy the same image for different environments
Describe the solution you'd like
Allow to evaluate environment variables during runtime e.g. by allowing to define a function for destination:
Describe alternatives you've considered
the alternative would be to have different builds per environment.
however we would prefer to test the exact same build which will later be deployed to production.
Beta Was this translation helpful? Give feedback.
All reactions