summaryrefslogtreecommitdiff
path: root/.openshift/action_hooks/deploy
blob: 95cdeef76c611624c93b845628f62d9a73999196 (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