Commit 8f2a4aa544f82186b39521897356543b15f91a97

Authored by Dmitriy Zaporozhets
2 parents d92e4830 459e6295

Merge pull request #6718 from pkgr/fix-procfile

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
... ...