aboutsummaryrefslogtreecommitdiffstats
path: root/config/deploy.rb
diff options
context:
space:
mode:
Diffstat (limited to 'config/deploy.rb')
-rw-r--r--config/deploy.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/config/deploy.rb b/config/deploy.rb
index 886cc64fe..ea395c37c 100644
--- a/config/deploy.rb
+++ b/config/deploy.rb
@@ -1,6 +1,5 @@
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/deploy.yml')[stage]