Skip to content

Commit 44666ae

Browse files
committed
Update post install
1 parent 6a265e4 commit 44666ae

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

scripts/post_install.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ if [ ! -f .env ]; then
99
echo ".env file created from .env.example"
1010
fi
1111

12+
source .env.example
1213
source .env
1314

15+
echo $GOOGLE_CREDENTIALS_ENC_PWD
16+
1417
openssl enc -d -aes-256-cbc -pbkdf2 -iter 100000 -in secrets/googleApplicationCredentials-dev.json.enc -out backend/shared/src/googleApplicationCredentials-dev.json -pass pass:$GOOGLE_CREDENTIALS_ENC_PWD

0 commit comments

Comments
 (0)