From b7bebcc40e08a430d48c0848b117ffc0f1e794eb Mon Sep 17 00:00:00 2001 From: Lars Gebhardt-Kusche Date: Mon, 2 Mar 2026 00:54:09 +0100 Subject: [PATCH] gitlab settign --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index eb8c6b7..9e1c702 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -78,7 +78,7 @@ deploy:staging: variables: DEPLOY_ENV: "staging" CONFIG_ENV_DIR: "config/staging" - TARGET_PATH: "${LOCAL_ROOT}/nexus/staging/" + TARGET_PATH: "${LOCAL_ROOT}/staging/" environment: name: staging # url: https://staging.deine-domain.de # Hier ggf. manuell anpassen @@ -91,7 +91,7 @@ deploy:production: variables: DEPLOY_ENV: "production" CONFIG_ENV_DIR: "config/prod" - TARGET_PATH: "${LOCAL_ROOT}/nexus/live/" + TARGET_PATH: "${LOCAL_ROOT}/live/" environment: name: production only: