From ba77e5ee41231ec862a0d936994202739281abf1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Minelli?= <git@minelli.swiss> Date: Fri, 5 Jul 2024 18:39:47 +0200 Subject: [PATCH] CI/CD => Specify version of dotenvx --- NodeApp/.gitlab-ci/01_functions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NodeApp/.gitlab-ci/01_functions.yml b/NodeApp/.gitlab-ci/01_functions.yml index 83e6245..f3ca0ff 100644 --- a/NodeApp/.gitlab-ci/01_functions.yml +++ b/NodeApp/.gitlab-ci/01_functions.yml @@ -92,7 +92,7 @@ sed -i -r "s/,[\ \n]*\}/\}/g" src/init.ts echo "DOTENV_KEY_PRODUCTION=\"${DOTENV_PROD_KEY}\"" > .env.keys - npx @dotenvx/dotenvx decrypt + npx @dotenvx/dotenvx@0.45.0 decrypt mv .env.production .env rm .env.keys fi -- GitLab