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

CI/CD => Specify version of dotenvx

parent 673a1700
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@ deploy:
echo "Decrypt production env vars" # Do not remove this line because it is used for hide the production key from the ci/cd console
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
cp ../../.env ../.env
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment