diff options
-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 |