-
Notifications
You must be signed in to change notification settings - Fork 492
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
Adding support for server environment variables in deploy.rb, (:env_vars) #161
Conversation
Nice stuff. |
+1 |
3 similar comments
+1 |
+1 |
+1 |
Adding support for server environment variables in deploy.rb, (:env_vars)
This doesn't seem to be working. I'm getting:
Using the
|
Not sure under what context you are using it. Also, it's been a year since that pull request, have things changed? |
Unless I'm missing something, |
:( --- It worked. Once. My contribution is for not. Close the PR, then. |
Fixed it, moved the env_vars to the top of the commands list so it would set the env_vars before anything. |
Awesome. Thanks.
|
Users may specify environment variables, as a string, to be passed to the ssh commands.
Idea: Our app is ported from a heroku environment. To use nina effectively, in the 12-factor-app paradigm, we need to be able to pass values at deploy time.