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"