aboutsummaryrefslogtreecommitdiffstats
path: root/config/deploy.rb
diff options
context:
space:
mode:
Diffstat (limited to 'config/deploy.rb')
-rw-r--r--config/deploy.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/deploy.rb b/config/deploy.rb
index 833252ea5..5340a54ef 100644
--- a/config/deploy.rb
+++ b/config/deploy.rb
@@ -3,7 +3,7 @@ require 'bundler/capistrano'
# Deploy to staging by default unless you specify '-S stage=production' on the command line
set :stage, 'staging' unless exists? :stage
-configuration = YAML.load_file('config/general.yml')['deployment'][stage]
+configuration = YAML.load_file('config/general.yml')[stage]
set :application, 'alaveteli'
set :scm, :git