Skip to content
Snippets Groups Projects
Commit 754639bf authored by Jacob Vosmaer's avatar Jacob Vosmaer
Browse files

render unicorn.rb

parent ff065ec8
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -6,7 +6,7 @@ all: clone bundle config
 
clone: gitlab/.git gitlab-shell/.git
 
config: gitlab-shell/config.yml gitlab/config/gitlab.yml gitlab/config/database.yml
config: gitlab-shell/config.yml gitlab/config/gitlab.yml gitlab/config/database.yml gitlab/config/unicorn.rb
 
bundle: gitlab-shell/.bundle gitlab/.bundle
 
Loading
Loading
@@ -30,3 +30,6 @@ gitlab-shell/config.yml:
 
gitlab/config/database.yml:
sed -e '/username:/d' -e '/password:/d' gitlab/config/database.yml.postgresql > gitlab/config/database.yml
gitlab/config/unicorn.rb:
sed "s|/home/git|${gitlab_development_root}|" gitlab/config/unicorn.rb.example > gitlab/config/unicorn.rb
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment