Commit 8f2a4aa5 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge pull request #6718 from pkgr/fix-procfile

Fix Procfile to be usable in production.
parents d92e4830 459e6295
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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment