Closed ikottman closed 6 years ago
I like what you have for your new config. I think we could support the old configuration and your new suggested approach by inspecting the value for each environment. We could deprecated the old approach and eventually remove it.
This was completed by #7
Alerts and reports right now share the same email in all environments. It would be useful to be able to flex what email to send to per environment.
Example pickaxe.yml for a backwards compatible approach:
Either
emails
orenvironment_emails
can be specified. Not both.cleaner, but not backwards compatible approach:
Using a hash also allows for additional configuration per environment in the future.