Commit 8f2a4aa544f82186b39521897356543b15f91a97
Exists in
spb-stable
and in
3 other branches
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 | ... | ... |