From 867bb8a0720195f1924ef026eaf633182a15d79f Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Tue, 9 Sep 2025 18:55:47 +0200 Subject: [PATCH] Fix --- backend/api/deploy-api.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/backend/api/deploy-api.sh b/backend/api/deploy-api.sh index 83d9e30a..f47d35a9 100755 --- a/backend/api/deploy-api.sh +++ b/backend/api/deploy-api.sh @@ -11,6 +11,8 @@ set -e +cd "$(dirname "$0")" + source ../../.env ENV=${1:-prod}