deploys under git user

5-0-stable
mikew 2013-02-20 17:11:41 -04:30
parent c6f5b96ba8
commit 4243105eb5
1 changed files with 1 additions and 1 deletions

View 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])