Commit 459e62959107ff407693d62e6dceae8eb26dc0b6

Authored by Cyril Rohr
1 parent 11d3a00c

Fix Procfile to be usable in production.

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
Procfile
1   -web: bundle exec unicorn_rails -p $PORT -E development -c config/unicorn_development.rb
  1 +web: bundle exec unicorn_rails -p ${PORT} -E ${RAILS_ENV} -c ${UNICORN_CONFIG:="config/unicorn.rb"}
2 2 worker: bundle exec sidekiq -q post_receive,mailer,system_hook,project_web_hook,common,default,gitlab_shell
... ...