Commit 4243105eb5cba030eb6dcdc9cb4d18c977a4fe6b
1 parent
c6f5b96b
Exists in
master
and in
4 other branches
deploys under git user
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
config/deploy.rb.example
... | ... | @@ -2,7 +2,7 @@ set :domain, 'set application domain here' |
2 | 2 | set :db_adapter, 'mysql' # or postgres |
3 | 3 | set :mount_point, '/' |
4 | 4 | set :application, 'gitlabhq' |
5 | -set :user, 'gitlab' | |
5 | +set :user, 'git' | |
6 | 6 | set :rails_env, 'production' |
7 | 7 | set :deploy_to, "/home/#{user}/apps/#{application}" |
8 | 8 | set :bundle_without, %w[development test] + (%w[mysql postgres] - [db_adapter]) | ... | ... |