fix(flatpak): deploy over SSH hosts with RemoteCommand configured

This commit is contained in:
Sebastian Palencsar
2026-06-22 16:27:37 +02:00
parent e652b08874
commit 75313d7314

View File

@@ -12,6 +12,8 @@ if [[ ! -d flatpak_repo/objects ]]; then
fi fi
rsync -avz \ rsync -avz \
-e 'ssh -o RemoteCommand=none -o RequestTTY=no' \
--no-group --no-owner \
--exclude='.lock' \ --exclude='.lock' \
flatpak_repo/ \ flatpak_repo/ \
"${deploy_target}" "${deploy_target}"