diff options
| author | mo k <mo@mokhan.ca> | 2012-06-06 22:48:48 -0600 |
|---|---|---|
| committer | mo k <mo@mokhan.ca> | 2012-06-06 22:48:48 -0600 |
| commit | 02ca0e1b720eb909b5af36c3200384b78c0d4ef4 (patch) | |
| tree | 901a3591bf41964a3c5e0a364f23e37d26c8fd13 /config/deploy.rb | |
| parent | 5c502bfc2cf270e8fdf29a8b24c9a805c41d073a (diff) | |
use curl instead of wget and remove sphinx targets.
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 acecea30..2ecbcd89 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -13,7 +13,6 @@ set :user, "cakeside" set :password, "password" set :group, "rvm" set :use_sudo, false -# set :use_sudo, false set :deploy_to, "/home/cakeside/apps/#{application}" set :scm, :git |
