Class: Envirobly::Config
- Inherits:
-
Object
- Object
- Envirobly::Config
- Defined in:
- lib/envirobly/config.rb
Constant Summary collapse
- DIR =
".envirobly"- BASE =
"deploy.yml"- ENV_VARS =
"env"- OVERRIDES_PATTERN =
/deploy\.([a-z0-9\-_]+)\.yml/i
Instance Method Summary collapse
-
#initialize(dir = DIR) ⇒ Config
constructor
A new instance of Config.
- #to_params ⇒ Object
Constructor Details
Instance Method Details
#to_params ⇒ Object
15 16 17 18 19 20 |
# File 'lib/envirobly/config.rb', line 15 def to_params { configs:, env_vars: } end |