diff options
author | Gareth Rees <gareth@mysociety.org> | 2014-09-05 21:25:14 +0100 |
---|---|---|
committer | Gareth Rees <gareth@mysociety.org> | 2014-09-05 21:25:14 +0100 |
commit | 0d189694ddaa2e6692b4f41ded6833721a637534 (patch) | |
tree | 4985690e23c3be42a704a77a4bf523fcae058c6d /lib/tasks/config_files.rake | |
parent | d9fd0d6ef7675b967e2962c84b16548946738cb9 (diff) | |
parent | 2b77e4521787d1024e8e4c710b277e435a3ecd77 (diff) |
Merge branch 'hotfix/0.19.0.2' into rails-3-develop
Diffstat (limited to 'lib/tasks/config_files.rake')
-rw-r--r-- | lib/tasks/config_files.rake | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/tasks/config_files.rake b/lib/tasks/config_files.rake index 5dda64a04..1528d7324 100644 --- a/lib/tasks/config_files.rake +++ b/lib/tasks/config_files.rake @@ -32,7 +32,8 @@ namespace :config_files do :user => ENV['DEPLOY_USER'], :vhost_dir => ENV['VHOST_DIR'], :vcspath => ENV.fetch('VCSPATH') { 'alaveteli' }, - :site => ENV.fetch('SITE') { 'foi' } + :site => ENV.fetch('SITE') { 'foi' }, + :rails_env => ENV.fetch('RAILS_ENV') { 'development' } } # Use the filename for the $daemon_name ugly variable |