From 3d59e7c9a9fec6c653ac7024635771b0defdd5b0 Mon Sep 17 00:00:00 2001 From: Mohamed Emine IBRAHIM Date: Wed, 24 May 2023 17:46:02 +0200 Subject: [PATCH] [Fix] fix pulumi passphrase path on all applications --- console.sh | 2 +- consolemongi.sh | 2 +- emine.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/console.sh b/console.sh index 8ef512b..b1edc62 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="/etc/ansible/pulumi_passphrase" diff --git a/consolemongi.sh b/consolemongi.sh index bd66eaa..a8a906b 100755 --- a/consolemongi.sh +++ b/consolemongi.sh @@ -2,4 +2,4 @@ export OS_CLOUD="felcloud_staging" export PULUMI_STACK="staging" export PULUMI_SUB_STACK="consolemongi" -export PULUMI_CONFIG_PASSPHRASE_FILE="$PWD/env.d/$PULUMI_STACK/pulumi_passphrase" +export PULUMI_CONFIG_PASSPHRASE_FILE="/etc/ansible/pulumi_passphrase" diff --git a/emine.sh b/emine.sh index 2e240aa..552b5df 100755 --- a/emine.sh +++ b/emine.sh @@ -2,4 +2,4 @@ export OS_CLOUD="felcloud_staging" export PULUMI_STACK="staging" export PULUMI_SUB_STACK="emine" -export PULUMI_CONFIG_PASSPHRASE_FILE="$PWD/env.d/$PULUMI_STACK/pulumi_passphrase" +export PULUMI_CONFIG_PASSPHRASE_FILE="/etc/ansible/pulumi_passphrase"