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

CI/CD => Backend: rectify env path

parent e5e0a20d
No related branches found
No related tags found
Loading
......@@ -22,7 +22,7 @@ deploy:
# Get env file
- |
echo "Decrypt production env vars" # Do not remove this line because it is used for hide the production key from the ci/cd console
npx dotenv-vault local decrypt "${DOTENV_PROD_KEY}" > ../.env
npx dotenv-vault local decrypt "${DOTENV_PROD_KEY}" > ../../.env
# Deploy
- cd ../../
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment