Starting today secrets are not working with env variables anymore.
Using {{ secret.DATABASE_URL }}
as an env variable will pass exactly {{ secret.DATABASE_URL }}
as a string to the build step. Looks like its not interpolated.
Starting today secrets are not working with env variables anymore.
Using {{ secret.DATABASE_URL }}
as an env variable will pass exactly {{ secret.DATABASE_URL }}
as a string to the build step. Looks like its not interpolated.
Hi,
The team is working on this. Expect a fix by tomorrow.
If you need a workaround, feel free to contact us through the support channel in the app.
All good, nothing urgent. My workaround would be just skipping secrets for now