summaryrefslogtreecommitdiff
path: root/.openshift
diff options
context:
space:
mode:
authorAlexander NeonXP Kiryukhin <frei@neonxp.info>2016-05-27 15:02:21 +0300
committerAlexander NeonXP Kiryukhin <frei@neonxp.info>2016-05-27 15:02:21 +0300
commitf694f75b85c813c3639c91aaafd6c57bfc752213 (patch)
treeed52efb33bebacf6e53944b48eb387b508aeb1f3 /.openshift
parent7746e8bcfe3a57501fb44ab1f9a664fee2a1326f (diff)
Fix deploy hook
Diffstat (limited to '.openshift')
-rwxr-xr-x.openshift/action_hooks/deploy2
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