From 31f297cbc8d29b991e70c895f8c1be67e780dbc0 Mon Sep 17 00:00:00 2001 From: Mohamed Emine IBRAHIM Date: Tue, 14 Feb 2023 23:17:24 +0100 Subject: [PATCH] [Fix] use env variable for pulumi passphrase for console.sh app --- console.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/console.sh b/console.sh index 50e5fd5..8ef512b 100755 --- a/console.sh +++ b/console.sh @@ -2,4 +2,4 @@ export OS_CLOUD="felcloud_staging" export PULUMI_STACK="staging" export PULUMI_SUB_STACK="console" -#export PULUMI_CONFIG_PASSPHRASE_FILE="$PWD/env.d/$PULUMI_STACK/pulumi_passphrase" +export PULUMI_CONFIG_PASSPHRASE_FILE="$PWD/env.d/$PULUMI_STACK/pulumi_passphrase"