verhinder,dass storage geleert wird.

This commit is contained in:
Codex Agent
2025-12-04 14:51:58 +01:00
parent 428fc5fd4f
commit 9cf3b5d60f

View File

@@ -19,6 +19,7 @@ sync_code() {
fi
rsync -a --delete --omit-dir-times --no-perms --no-owner --no-group \
--exclude="storage/**" \
--exclude="storage/logs" \
--exclude="storage/framework/sessions" \
"$APP_SOURCE"/ "$APP_TARGET"/ || true