Created
May 19, 2022 18:01
-
-
Save theamanbhargava/581003d06d9a7caf6e8764523c3d0767 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| source <(/opt/elasticbeanstalk/bin/get-config environment | jq -r 'to_entries | .[] | "export \(.key)=\"\(.value)\""') | |
| source $PYTHONPATH/activate | |
| cd /var/app/current |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment