From fccf773916a9411dc862dd131f975e2bada7ec82 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Micha=C3=ABl=20Minelli?= <michael@minelli.me>
Date: Fri, 29 Sep 2023 02:20:56 +0200
Subject: [PATCH] CI/CD => Backend: rectify env path

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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