diff options
author | Henare Degan <henare.degan@gmail.com> | 2012-09-11 12:39:21 +1000 |
---|---|---|
committer | Henare Degan <henare.degan@gmail.com> | 2012-09-11 12:39:21 +1000 |
commit | da3f456201a50aa8789b73f0f5ac8805ef86db84 (patch) | |
tree | b660e18ae54ca0f481659fdc87b01ce377dcae19 | |
parent | 3350821c71d92e92bbc2bae7836328d405b8d679 (diff) |
Oops missed this in ba7e23ff8fccf30e3c88bfc06949bfea23cb04e0
-rw-r--r-- | config/deploy.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/deploy.rb b/config/deploy.rb index 912ae6ffb..ebc4f07e5 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')[stage] +configuration = YAML.load_file('config/deploy.yml')[stage] set :application, 'alaveteli' set :scm, :git |