-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
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
[Bug]: Env vars interpolation is broken #2316
Milestone
Comments
Same issue; the env variables seem to be handled as a Literal in all cases. |
This is also reproducible with a Docker Compose file. |
I think this has been fixed already. If not, please reopen the issue or open a new one. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Hi :)
Today I've upgraded from v4.0.0-beta.264 to v4.0.0-beta.290, and my apps could not be deployed due to env vars not being interpolated anymore.
Given the following env vars:
If I run
printenv
in the PHP container for v4.0.0-beta.264, I seeDATABASE_URL
being correctly interpolated:But if I do the same for v4.0.0-beta.290, I see
DATABASE_URL
being wrongly interpolated:Minimal Reproduction (if possible, example repository)
printenv
in the container, and see the 2nd env var is not correctly interpolatedException or Error
No response
Version
v4.0.0-beta.290
The text was updated successfully, but these errors were encountered: