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
I'm wondering if there are any suggestions on using a different .env file for each environment?
If no best practices, I plan on using https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/ebextensions-functions.html#ebextensions-functions-ref
The text was updated successfully, but these errors were encountered:
For future reference:
files: "/tmp/.env": mode: "000777" owner: root group: root authentication: "S3Auth" # download the ".env.{environment name in the eb console}" source: 'https://elasticbeanstalk-eu-central-1-xxxxxxxxxxxx.s3.eu-central-1.amazonaws.com/.env.`{"Ref": "AWSEBEnvironmentName" }`'
worked well for me.
Sorry, something went wrong.
excellent, let me try. I have same problem.
I have updated the readme to refer to this issue: 9296bdb
No branches or pull requests
I'm wondering if there are any suggestions on using a different .env file for each environment?
If no best practices, I plan on using https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/ebextensions-functions.html#ebextensions-functions-ref
The text was updated successfully, but these errors were encountered: