From ab8c2525a0b080e6c08b3fa3cddd4ce31e5d72a7 Mon Sep 17 00:00:00 2001
From: "michael.minelli" <michael-jean.minelli@hesge.ch>
Date: Thu, 16 Nov 2023 12:53:32 +0100
Subject: [PATCH] CI/CD => Change tag

---
 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a07582e..614949a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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
-- 
GitLab