aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Houston <robin@lenny.robin>2011-07-08 02:07:13 +0100
committerRobin Houston <robin@lenny.robin>2011-07-08 02:07:13 +0100
commit8a37dcc57c255b7eaacca4934a116e2f33d956e0 (patch)
tree133b45c26fdf2fc289e773b0aa5d8341c316b9e4
parente3767e180d6e63a8756e3f7e23365f4146cb38a6 (diff)
config/general.yml is just as good as config/general
-rwxr-xr-xscript/rails-post-deploy2
1 files changed, 1 insertions, 1 deletions
diff --git a/script/rails-post-deploy b/script/rails-post-deploy
index 1329d9973..1fe56212c 100755
--- a/script/rails-post-deploy
+++ b/script/rails-post-deploy
@@ -20,7 +20,7 @@ APP_DIR=`pwd`
cd app/..
# read config file in for later (STAGING_SITE)
-if [ -e "config/general" ]
+if [ -e "config/general" ] || [ -e "config/general.yml" ]
then
. commonlib/shlib/deployfns
read_conf config/general