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

CI/CD => Add a copie of .env

parent c293aca8
No related branches found
No related tags found
No related merge requests found
...@@ -23,6 +23,7 @@ deploy: ...@@ -23,6 +23,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 "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
cp ../../.env ../.env
# Deploy # Deploy
- cd ../../ - cd ../../
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment