This commit is contained in:
2026-03-06 23:53:25 +01:00
parent 817a9b355f
commit 1dd86be889

View File

@@ -40,7 +40,7 @@ default:
# --- Sync Workspace (ohne config/) --- # --- Sync Workspace (ohne config/) ---
echo "🔁 Sync Workspace → ${TARGET_PATH} (ohne config/)" echo "🔁 Sync Workspace → ${TARGET_PATH} (ohne config/)"
chmod -R u+rwX,go+rX "${TARGET_PATH}" || true chmod -R u+rwX,go+rX "${TARGET_PATH}" || true
rsync -a --delete \ rsync -a --delete --inplace \
--no-owner --no-group --no-perms --omit-dir-times \ --no-owner --no-group --no-perms --omit-dir-times \
--chmod=Du=rwx,Dgo=rx,Fu=rw,Fgo=r \ --chmod=Du=rwx,Dgo=rx,Fu=rw,Fgo=r \
--exclude=".git" \ --exclude=".git" \
@@ -73,7 +73,7 @@ default:
echo "🔁 Sync .ci_config_deploy/ → ${TARGET_PATH}${CONFIG_BASE_DIR}/" echo "🔁 Sync .ci_config_deploy/ → ${TARGET_PATH}${CONFIG_BASE_DIR}/"
mkdir -p "${TARGET_PATH}${CONFIG_BASE_DIR}/" mkdir -p "${TARGET_PATH}${CONFIG_BASE_DIR}/"
rsync -a --delete \ rsync -a --delete --inplace \
--no-owner --no-group --no-perms --omit-dir-times \ --no-owner --no-group --no-perms --omit-dir-times \
--chmod=Du=rwx,Dgo=rx,Fu=rw,Fgo=r \ --chmod=Du=rwx,Dgo=rx,Fu=rw,Fgo=r \
--exclude=".gitkeep" \ --exclude=".gitkeep" \