提交 ebdd3a23 编写于 作者: K Kamil Trzciński

Merge branch 'fix-bin-web-puma-script-to-consider-rails-env' into 'master'

Make `bin/web_puma` consider RAILS_ENV

See merge request gitlab-org/gitlab-ce!31378
......@@ -10,7 +10,7 @@ puma_config="$app_root/config/puma.rb"
spawn_puma()
{
exec bundle exec puma --config "${puma_config}" "$@"
exec bundle exec puma --config "${puma_config}" --environment "$RAILS_ENV" "$@"
}
get_puma_pid()
......
---
title: Make `bin/web_puma` consider RAILS_ENV
merge_request: 31378
author:
type: fixed
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册