Commit 459e62959107ff407693d62e6dceae8eb26dc0b6
1 parent
11d3a00c
Exists in
spb-stable
and in
3 other branches
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 | ... | ... |