feat: integrate ITWorx branding and refine cockpit UX
deploy / deploy (push) Canceled after 0s

This commit is contained in:
Jens
2026-07-26 04:13:42 +02:00
parent eea74f97ef
commit 2a32e9fec9
27 changed files with 298 additions and 54 deletions
+3
View File
@@ -23,6 +23,9 @@ fi
ssh -o BatchMode=yes -o ConnectTimeout=8 "$unraid_host" "test \"\$(id -un)\" = root && docker info >/dev/null"
git ls-files --cached --others --exclude-standard -z \
| while IFS= read -r -d '' tracked_path; do
[[ -e "$tracked_path" ]] && printf '%s\0' "$tracked_path"
done \
| tar --null --files-from=- --create --gzip --file="$local_archive"
scp -q "$local_archive" "$unraid_host:/tmp/$archive_name"