public
Clone URL: git://github.com/mvanholstyn/mhs_deployment.git
Cache SCM credentials and user a deploy user
mvanholstyn (author)
Fri Jul 11 11:37:50 -0700 2008
commit  6ca04877f8143fb2b9b3b301a77930acab7301d0
tree    a5a9f2a080cfc3ade16b1a697c88eb483af9c8a8
parent  f94c6100b3927bf0a2745a06d1c21cc8f1c1bd43
...
42
43
44
45
46
47
48
49
50
 
 
 
51
52
53
...
42
43
44
 
 
 
45
46
47
48
49
50
51
52
53
0
@@ -42,12 +42,12 @@ set(:mongrel_user) { application }
0
 # Sets the group to run mongrel processes as
0
 set(:mongrel_group) { application }
0
 
0
-# Sets the SCM user to deploy as. Default: #{Etc.getlogin}
0
-set(:scm_username, Etc.getlogin)
0
-
0
 # Prompt for SCM password
0
 set(:scm_prefer_prompt, true)
0
 
0
+# Cache SCM password
0
+set(:scm_auth_cache, true)
0
+
0
 # Sets the location to deploy to. Default: /var/www/#{application}/#{rails_env}
0
 set(:deploy_to) { "/var/www/#{application}/#{rails_env}" }
0
 

Comments

    No one has commented yet.