diff options
author | Henare Degan <henare.degan@gmail.com> | 2012-09-12 08:57:13 +1000 |
---|---|---|
committer | Henare Degan <henare.degan@gmail.com> | 2012-09-12 08:57:13 +1000 |
commit | 2fe8639f132d69a290d7a51963c2f857a58662a8 (patch) | |
tree | 1630d9db72782691e3a6a0b81b33788fde77511e /config/deploy.rb | |
parent | cc0c8cd35a14ff518a674a1d38ce106a93447687 (diff) |
Doco updates
Diffstat (limited to 'config/deploy.rb')
-rw-r--r-- | config/deploy.rb | 1 |
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] |