diff options
author | Alexander NeonXP Kiryukhin <frei@neonxp.info> | 2016-05-27 15:02:21 +0300 |
---|---|---|
committer | Alexander NeonXP Kiryukhin <frei@neonxp.info> | 2016-05-27 15:02:21 +0300 |
commit | f694f75b85c813c3639c91aaafd6c57bfc752213 (patch) | |
tree | ed52efb33bebacf6e53944b48eb387b508aeb1f3 | |
parent | 7746e8bcfe3a57501fb44ab1f9a664fee2a1326f (diff) |
Fix deploy hook
-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 |