diff options
author | Robin Houston <robin@lenny.robin> | 2011-07-08 02:07:13 +0100 |
---|---|---|
committer | Robin Houston <robin@lenny.robin> | 2011-07-08 02:07:13 +0100 |
commit | 8a37dcc57c255b7eaacca4934a116e2f33d956e0 (patch) | |
tree | 133b45c26fdf2fc289e773b0aa5d8341c316b9e4 | |
parent | e3767e180d6e63a8756e3f7e23365f4146cb38a6 (diff) |
config/general.yml is just as good as config/general
-rwxr-xr-x | script/rails-post-deploy | 2 |
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 |