aboutsummaryrefslogtreecommitdiffstats
path: root/config/deploy/staging.rb
diff options
context:
space:
mode:
Diffstat (limited to 'config/deploy/staging.rb')
-rw-r--r--config/deploy/staging.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/deploy/staging.rb b/config/deploy/staging.rb
index 48e1b4d..8c9e0be 100644
--- a/config/deploy/staging.rb
+++ b/config/deploy/staging.rb
@@ -1,6 +1,6 @@
server 'volse.local', :user => 'hmno', :roles => %w{web app db}
-set piwik_disabled, true
+set :piwik_disabled, true
# Ask for which branch to deploy, default is current branch.
ask :branch, proc { `git rev-parse --abbrev-ref HEAD`.chomp }.call