deploys under git user
This commit is contained in:
parent
c6f5b96ba8
commit
4243105eb5
1 changed files with 1 additions and 1 deletions
|
@ -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])
|
||||
|
|
Loading…
Reference in a new issue