summaryrefslogtreecommitdiff
path: root/.openshift/action_hooks/deploy
blob: dc1d4b806abaf4058015a41349b349f9367be63d (plain) (blame)
1
2
3
4
5
6
7
8
#!/bin/bash

echo "Deploying..."
build_config

# Uncomment the following line to use Composer and automatically install dependencies on deploy.
#
cd $OPENSHIFT_REPO_DIR; composer install