Created
March 16, 2015 15:51
-
-
Save juliedavila/e684891a6e47ba32db6e to your computer and use it in GitHub Desktop.
Environment Construct Example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
shell: > | |
cd {{ release_path }} && | |
{{ item.cmd } | |
environment: app_env | |
## Where app_env is a dict like below which can reside in group_vars etc | |
app_env: | |
RAILS_ENV: SomeValue |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment