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

CI/CD => Change tag

parent 9d8009f6
Branches
No related tags found
No related merge requests found
Pipeline #27027 failed
......@@ -12,7 +12,7 @@ deploy:
image: docker:latest
stage: deploy
tags:
- dojo_backend_deployment
- dojo-test_backend_deployment
script:
- cd "API/ExpressAPI"
......@@ -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_TEST_KEY}" > ../../.env
cp ../../.env ../.env
# Deploy
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment