diff options
author | Template builder <builder@example.com> | 2016-05-20 01:18:45 +0300 |
---|---|---|
committer | Template builder <builder@example.com> | 2016-05-20 01:18:45 +0300 |
commit | d51264c55ba73330cf129b43f635c9489fe663f9 (patch) | |
tree | 9c7f4799dfbeec578aad58daa638afdb9e5a3128 /.openshift |
Creating template
Diffstat (limited to '.openshift')
-rwxr-xr-x | .openshift/action_hooks/deploy | 8 | ||||
-rw-r--r-- | .openshift/markers/.gitkeep | 0 |
2 files changed, 8 insertions, 0 deletions
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 --- /dev/null +++ b/.openshift/markers/.gitkeep |