From d51264c55ba73330cf129b43f635c9489fe663f9 Mon Sep 17 00:00:00 2001 From: Template builder Date: Thu, 19 May 2016 18:18:45 -0400 Subject: Creating template --- .openshift/action_hooks/deploy | 8 ++++++++ .openshift/markers/.gitkeep | 0 2 files changed, 8 insertions(+) create mode 100755 .openshift/action_hooks/deploy create mode 100644 .openshift/markers/.gitkeep (limited to '.openshift') diff --git a/.openshift/action_hooks/deploy b/.openshift/action_hooks/deploy new file mode 100755 index 0000000..95cdeef --- /dev/null +++ b/.openshift/action_hooks/deploy @@ -0,0 +1,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 diff --git a/.openshift/markers/.gitkeep b/.openshift/markers/.gitkeep new file mode 100644 index 0000000..e69de29 -- cgit v1.2.3