Skip to content

Instantly share code, notes, and snippets.

@yevgenko
Created February 25, 2013 23:19
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yevgenko/5034265 to your computer and use it in GitHub Desktop.
Save yevgenko/5034265 to your computer and use it in GitHub Desktop.
The AWS EB Hook which triggers composer install during deployment (git aws.push) process, e.g. put this into .ebextensions/01run.config
container_commands:
01getcomposer:
command: "composer.phar install"
leader_only: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment