Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add unicorn configuration for production #66

Open
joshea0 opened this issue Dec 11, 2018 · 0 comments
Open

add unicorn configuration for production #66

joshea0 opened this issue Dec 11, 2018 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@joshea0
Copy link

joshea0 commented Dec 11, 2018

Description

TableXI has an example of the unicorn configuration they use for staging environments in config/unicorn/stage.rb. For our production deployment, we will need our own production unicorn configuration.

I am planning to keep most of their configuration, but replace some of the hard-coded values (e.g., the socket path) to use environment variables instead.

Related

If we decide to build a staging environment to mirror production (which would be a good idea), then we will want to customize the staging configuration as well (config/unicorn/stage.rb).

@joshea0 joshea0 added the enhancement New feature or request label Dec 11, 2018
@joshea0 joshea0 self-assigned this Dec 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant