aboutsummaryrefslogtreecommitdiffstats
path: root/config/deploy.rb
diff options
context:
space:
mode:
authorHenare Degan <henare.degan@gmail.com>2012-09-11 09:12:02 +1000
committerHenare Degan <henare.degan@gmail.com>2012-09-11 09:12:02 +1000
commitba7e23ff8fccf30e3c88bfc06949bfea23cb04e0 (patch)
tree47c76e49557f9877f4647bb36ebfbdcd1562a996 /config/deploy.rb
parentf9e99d78d0f45b206df37ae89d2a51433f1ca0e2 (diff)
Move deployment configuration into its own file - thanks @crowbot!
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