Skip to content
Snippets Groups Projects
Commit 26c5424f authored by michael.minelli's avatar michael.minelli
Browse files

CI/CD => Specify version of dotenvx

parent 80016f97
No related branches found
No related tags found
No related merge requests found
Pipeline #33488 passed
...@@ -59,7 +59,7 @@ ...@@ -59,7 +59,7 @@
sed -i -r "s/,[\ \n]*\}/\}/g" src/init.ts sed -i -r "s/,[\ \n]*\}/\}/g" src/init.ts
echo "DOTENV_KEY_PRODUCTION=\"${DOTENV_PROD_KEY}\"" > .env.keys echo "DOTENV_KEY_PRODUCTION=\"${DOTENV_PROD_KEY}\"" > .env.keys
npx @dotenvx/dotenvx decrypt npx @dotenvx/dotenvx@0.45.0 decrypt
mv .env.production .env mv .env.production .env
rm .env.keys rm .env.keys
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment