shantytown / shanty

Meet Shanty, the project tool orchestrator.
MIT License
4 stars 0 forks source link

Allow common cross-environment configuration #21

Closed janstenpickle closed 9 years ago

janstenpickle commented 9 years ago

Currently shanty only supports config per environment, but some plugins will require global configuration which exists across all environments. Propose something like this:


---
- all:
  - docker:
    - nic: cage
- local
  - docker
    - nic: coppola
nathankleyn commented 9 years ago

:+1:

Perhaps an all key rather than common? I hate the word common, it's overused. :-)

janstenpickle commented 9 years ago

:+1: Good plan

nathankleyn commented 9 years ago

Fixed by #36.