diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 205d162c86241cf24be08242e9d2327046cbf474..68115f4fb2ba2c4b88688f2b15a4023d05dc7e62 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -18,7 +18,9 @@ deploy:
         - apk add bash
         # Download secure files
         - curl --silent "https://gitlab.com/gitlab-org/incubation-engineering/mobile-devops/download-secure-files/-/raw/main/installer" | bash
+        # Prepare environment
         - mv env .env
+        - cp .env API/.env
         # Add SSH informations
         - mkdir -p ~/.ssh
         - chmod 700 ~/.ssh
diff --git a/API b/API
index 6bf48ed0e388b241b15aadfe3b3ead581804fc80..c4ce2318320b701786e65e31ee5d3c07d7bf75ac 160000
--- a/API
+++ b/API
@@ -1 +1 @@
-Subproject commit 6bf48ed0e388b241b15aadfe3b3ead581804fc80
+Subproject commit c4ce2318320b701786e65e31ee5d3c07d7bf75ac