diff options
Diffstat (limited to '.openshift')
-rwxr-xr-x | .openshift/action_hooks/deploy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.openshift/action_hooks/deploy b/.openshift/action_hooks/deploy index 95cdeef..dc1d4b8 100755 --- a/.openshift/action_hooks/deploy +++ b/.openshift/action_hooks/deploy @@ -5,4 +5,4 @@ build_config # Uncomment the following line to use Composer and automatically install dependencies on deploy. # -#cd $OPENSHIFT_REPO_DIR; composer install +cd $OPENSHIFT_REPO_DIR; composer install |