From 30317e692e460e3dc2a9c4a77def9343d5cc85b9 Mon Sep 17 00:00:00 2001
From: Erwan Rouchet <rouchet@teklia.com>
Date: Tue, 19 Mar 2024 15:33:55 +0100
Subject: [PATCH] Update Arkindex preprod URL on Surge builds

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3440525f6..3a08a00cc 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -68,7 +68,7 @@ frontend-build-surge:
   variables:
     # On merge requests we build using preprod to be able
     # to test on surge.sh
-    VUE_APP_API_BASE_URL: https://preprod.arkindex.teklia.com/api/v1
+    VUE_APP_API_BASE_URL: https://ee.preprod.arkindex.teklia.com/api/v1
 
   script:
     - npm run surge
-- 
GitLab