From 0437b1141371c475a4ecccfd92827f035ca4dc94 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Sun, 8 Aug 2021 17:29:00 +0200 Subject: [PATCH] WIP --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 1af5ba2..c84fb21 100644 --- a/Makefile +++ b/Makefile @@ -20,6 +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" .PHONY: clean