taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit b0e2f261753b8ebf30128d570517663616ae156d
parent c7dd0166fd461cab4538168428edf0f04ac66939
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Mon, 13 Jan 2020 19:09:04 +0100

admit CHF

Diffstat:
Mbin/taler-deployment | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/bin/taler-deployment b/bin/taler-deployment @@ -82,6 +82,7 @@ currmap = { "demo": "KUDOS", "int": "INTKUDOS", "euro": "EUR", + "chf": "CHF", } @@ -413,6 +414,7 @@ allowed_envs = ( "auditor-reporter", "docs-builder", "euro", + "chf", "coverage", )