Skip to content

Instantly share code, notes, and snippets.

@heshanh
Created December 17, 2019 01:38
Show Gist options
  • Save heshanh/5d8ae6aed96507b2128a2396fd961d3d to your computer and use it in GitHub Desktop.
Save heshanh/5d8ae6aed96507b2128a2396fd961d3d to your computer and use it in GitHub Desktop.
Elasticbeanstalk Update Composer paths
commands:
01updateComposer:
command: export COMPOSER_HOME=/root && /usr/bin/composer.phar self-update
option_settings:
- namespace: aws:elasticbeanstalk:application:environment
option_name: COMPOSER_HOME
value: /tmp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment