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 environment #67

Closed
wants to merge 1 commit into from

Conversation

joshea0
Copy link

@joshea0 joshea0 commented Dec 11, 2018

Release Notes

This adds a unicorn configuration file for use in the new production environment I am building. It is mostly the same as the original config/unicorn/stage.rb, but with some configuration values being read from ENV instead.

closes #66

This uses environment variables to control configuration values
such as the path the the unicorn socket and the directory where the
app is deployed. This allows the ansible playbook (which will build
and manage the production server) to ensure those values are set
consistently across various files (e.g., the unicorn systemd service
configuration, the nginx configuration).
@joshea0
Copy link
Author

joshea0 commented Jan 16, 2019

closing because #72 covers this

@joshea0 joshea0 closed this Jan 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

add unicorn configuration for production
1 participant