ycasycx
All checks were successful
Deploy / deploy-staging (push) Successful in 35s
Deploy / deploy-production (push) Has been skipped

This commit is contained in:
2026-09-24 03:15:03 +02:00
parent 1f253c99bc
commit f1f91f4325

View File

@@ -60,8 +60,7 @@ jobs:
--exclude="temp/***" \
--exclude="CopyToKeycloak/***" \
--exclude="Umsetzungsanweisung/***" \
--exclude="config/staging/***" \
--exclude="config/prod/***" \
--exclude="config/***" \
--exclude="skins/**/vendor/***" \
--exclude=".gitkeep" \
./ "${TARGET_PATH}"
@@ -82,6 +81,10 @@ jobs:
cp -R "${CONFIG_ENV_DIR}/." .ci_config_deploy/
fi
echo "🔎 Prüfe vollständige ${DEPLOY_ENV}-Konfiguration..."
test -f .ci_config_deploy/base_db.php
test -f .ci_config_deploy/db_settings_basic.php
echo "🔁 Sync Config → ${TARGET_PATH}${CONFIG_BASE_DIR}/"
mkdir -p "${TARGET_PATH}${CONFIG_BASE_DIR}/"
@@ -144,8 +147,7 @@ jobs:
--exclude="Customimport/***" \
--exclude="CopyToKeycloak/***" \
--exclude="Umsetzungsanweisung/***" \
--exclude="config/staging/***" \
--exclude="config/prod/***" \
--exclude="config/***" \
--exclude="skins/**/vendor/***" \
--exclude=".gitkeep" \
./ "${TARGET_PATH}"
@@ -166,6 +168,10 @@ jobs:
cp -R "${CONFIG_ENV_DIR}/." .ci_config_deploy/
fi
echo "🔎 Prüfe vollständige ${DEPLOY_ENV}-Konfiguration..."
test -f .ci_config_deploy/base_db.php
test -f .ci_config_deploy/db_settings_basic.php
echo "🔁 Sync Config → ${TARGET_PATH}${CONFIG_BASE_DIR}/"
mkdir -p "${TARGET_PATH}${CONFIG_BASE_DIR}/"