blablacar / ggn

Link container builds with envs to end up into low level orchestration
35 stars 9 forks source link

support file inclusion in env and service attributes #67

Closed prfalken closed 7 years ago

prfalken commented 8 years ago

fixes #52 fixes #60

inclusion should be in the form of an "include" key containing a list of includes :

include:
  - env:prod-dc1:some.config
  - env::some.config.from.same.environment
  - some.global.config

when omitting the env field like in env::some.config the current environment is used