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