From 900d42d22f90b0a43fe0bf2f326478a8ef551d55 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Sun, 8 Aug 2021 17:33:54 +0200 Subject: [PATCH] fixup! WIP --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c84fb21..151ab22 100644 --- a/Makefile +++ b/Makefile @@ -20,8 +20,7 @@ deploy: exit 1; \ fi export HOME="$$(mktemp -d)" - echo $$HOME - rsync -e 'ssh -o StrictHostKeyChecking=no' --progress -avz --delete public/ "$$SSH_USER@$$SSH_HOST:$$SSH_TARGET" + rsync -e "env HOME=\"$$HOME\" ssh -o StrictHostKeyChecking=no" --progress -avz --delete public/ "$$SSH_USER@$$SSH_HOST:$$SSH_TARGET" .PHONY: clean clean: