Skip to content

Instantly share code, notes, and snippets.

@yevgenko
yevgenko / aws-eb-app.config
Created February 25, 2013 23:19
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