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

Update API

parent f9572d05
No related branches found
No related tags found
No related merge requests found
Pipeline #31624 passed
......@@ -45,7 +45,11 @@ 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
echo "DOTENV_KEY_PRODUCTION=\"${DOTENV_PROD_KEY}\"" > .env.keys
npx @dotenvx/dotenvx decrypt
mv .env.production ../../.env
rm .env.keys
cp ../../.env ../.env
# Deploy
......
Subproject commit 54c0e2bf0bf2631d072d56d3ec4685c7bcbc6763
Subproject commit cc0470731fcfac6d44308c71c797fbf3a2052d9c
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment