summaryrefslogtreecommitdiff
path: root/Procfile
diff options
context:
space:
mode:
authorCyril Rohr <cyril.rohr@gmail.com>2014-04-01 16:49:16 +0100
committerCyril Rohr <cyril.rohr@gmail.com>2014-04-07 15:45:52 +0100
commit459e62959107ff407693d62e6dceae8eb26dc0b6 (patch)
tree323935f28a3baff75c857c0b4e5dce7d5a3f7406 /Procfile
parent11d3a00c28677e3b20582535247945f3d7670fad (diff)
downloadgitlab-ce-459e62959107ff407693d62e6dceae8eb26dc0b6.tar.gz
Fix Procfile to be usable in production.
Diffstat (limited to 'Procfile')
-rw-r--r--Procfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Procfile b/Procfile
index 18df7e78f9b..7ca70960502 100644
--- a/Procfile
+++ b/Procfile
@@ -1,2 +1,2 @@
-web: bundle exec unicorn_rails -p $PORT -E development -c config/unicorn_development.rb
+web: bundle exec unicorn_rails -p ${PORT} -E ${RAILS_ENV} -c ${UNICORN_CONFIG:="config/unicorn.rb"}
worker: bundle exec sidekiq -q post_receive,mailer,system_hook,project_web_hook,common,default,gitlab_shell