We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de27aef commit d44d750Copy full SHA for d44d750
1 file changed
.ebextensions/01_download_data.config
@@ -6,7 +6,7 @@ commands:
6
03_eb_packages:
7
command: "/var/app/venv/staging-LQM1lest/bin/pip install uvloop websockets httptools typing-extensions boto3 botocore"
8
04_export_eb_env_var:
9
- command: "export $(cat /opt/elasticbeanstalk/deployment/env | xargs)"
+ command: "source /opt/elasticbeanstalk/deployment/env"
10
11
container_commands:
12
01_s3_download:
0 commit comments