diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f6cbbde8e339e54c2d68931de7898980cee3f1b0..a07582efce1aad47004d9f8a8bfb8f953923e348 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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
             npx dotenv-vault local decrypt "${DOTENV_PROD_KEY}" > ../../.env
+            cp ../../.env ../.env
 
         # Deploy
         - cd ../../