diff options
author | mikew <wyatt.mike@gmail.com> | 2013-02-20 17:11:41 -0430 |
---|---|---|
committer | mikew <wyatt.mike@gmail.com> | 2013-02-20 17:11:41 -0430 |
commit | 4243105eb5cba030eb6dcdc9cb4d18c977a4fe6b (patch) | |
tree | adf1eba7ecbf43006598d3cb26051915c05605a2 | |
parent | c6f5b96ba8102738dcb9bf21f00f0fcb8b4fe1d1 (diff) | |
download | gitlab-ce-4243105eb5cba030eb6dcdc9cb4d18c977a4fe6b.tar.gz |
deploys under git user
-rw-r--r-- | config/deploy.rb.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/deploy.rb.example b/config/deploy.rb.example index 88da580dc7f..ddce4671b58 100644 --- a/config/deploy.rb.example +++ b/config/deploy.rb.example @@ -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]) |