taler-deployment

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

commit 0501f21dd81c573a73eb57fc132562dea8c3c035
parent 0fa5e0c4e3d4e25f59fdf6f7acc6b08a327011b3
Author: MS <ms@taler.net>
Date:   Tue, 16 Feb 2021 21:05:10 +0100

allowing tanker env

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

diff --git a/bin/taler-deployment b/bin/taler-deployment @@ -438,7 +438,8 @@ allowed_envs = ( "chf", "coverage", "integrationtest", - "local" + "local", + "tanker" )