[Fix] use env variable for pulumi passphrase

This commit is contained in:
Mohamed Emine IBRAHIM 2023-02-14 23:12:45 +01:00
parent 8a95cece03
commit 6565dd494b
Signed by: emine
GPG Key ID: 080CA82CBE99A505

View File

@ -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="$PWD/env.d/$PULUMI_STACK/pulumi_passphrase"