From 03183cfebeef8de1e9caa260409f9f20d495bdd0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Micha=C3=ABl=20Minelli?= <michael@minelli.me>
Date: Thu, 1 Jun 2023 20:15:17 +0200
Subject: [PATCH] CI/CD => Debug

---
 .gitlab-ci.yml | 2 ++
 API            | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 205d162..68115f4 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 6bf48ed..c4ce231 160000
--- a/API
+++ b/API
@@ -1 +1 @@
-Subproject commit 6bf48ed0e388b241b15aadfe3b3ead581804fc80
+Subproject commit c4ce2318320b701786e65e31ee5d3c07d7bf75ac
-- 
GitLab