aboutsummaryrefslogtreecommitdiffstats
path: root/config/deploy.rb
diff options
context:
space:
mode:
authorHenare Degan <henare.degan@gmail.com>2012-09-11 18:01:38 +1000
committerHenare Degan <henare.degan@gmail.com>2012-09-11 18:01:38 +1000
commit5320ac16e77b3ff27d3b9c5753f96eaed917ba2d (patch)
tree0fbbdfb404442dbbac11638830384c9af52d3399 /config/deploy.rb
parentb7601014b1b173703004c3050e0e834bbbda1c73 (diff)
Use the same name as Capistrano so we have consistent naming
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 d3db1c787..a0c4049e6 100644
--- a/config/deploy.rb
+++ b/config/deploy.rb
@@ -12,7 +12,7 @@ set :deploy_via, :remote_cache
set :repository, configuration['repository']
set :branch, configuration['branch']
set :git_enable_submodules, true
-set :deploy_to, configuration['path']
+set :deploy_to, configuration['deploy_to']
set :user, configuration['user']
set :use_sudo, false