Skip to content

Instantly share code, notes, and snippets.

@juliedavila
Created March 16, 2015 15:51
Show Gist options
  • Save juliedavila/e684891a6e47ba32db6e to your computer and use it in GitHub Desktop.
Save juliedavila/e684891a6e47ba32db6e to your computer and use it in GitHub Desktop.
Environment Construct Example
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