OSDN Git Service

deploys under git user
authormikew <wyatt.mike@gmail.com>
Wed, 20 Feb 2013 21:41:41 +0000 (17:11 -0430)
committermikew <wyatt.mike@gmail.com>
Wed, 20 Feb 2013 21:41:41 +0000 (17:11 -0430)
config/deploy.rb.example

index 88da580..ddce467 100644 (file)
@@ -2,7 +2,7 @@ set :domain,         'set application domain here'
 set :db_adapter,     'mysql' # or postgres
 set :mount_point,    '/'
 set :application,    'gitlabhq'
-set :user,           'gitlab'
+set :user,           'git'
 set :rails_env,      'production'
 set :deploy_to,      "/home/#{user}/apps/#{application}"
 set :bundle_without, %w[development test] + (%w[mysql postgres] - [db_adapter])