gorilla-capistrano-recipes 0.1.4 → 0.1.5
Sign up to get free protection for your applications and to get access to all the features.
@@ -5,7 +5,7 @@ configuration.load do
|
|
5
5
|
|
6
6
|
default_run_options[:pty] = true
|
7
7
|
set :ssh_options, { :forward_agent => true}
|
8
|
-
set
|
8
|
+
set(:deploy_to) { "/home/#{user}/apps/#{application}" }
|
9
9
|
set :use_sudo, false
|
10
10
|
set :group_writable, false
|
11
11
|
set :keep_releases, 3
|