diff --git a/NodeApp/.gitlab-ci/01_functions.yml b/NodeApp/.gitlab-ci/01_functions.yml index d2ad20f0e8fcd9c2126745be25f597e2df01f5f2..f60826c8963753563eece312becc10edda47154e 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 decrypt + npx @dotenvx/dotenvx decrypt mv .env.production .env rm .env.keys fi