From a10936a7baf5074427ec19166c3615d315aa3bfe Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Sun, 8 Aug 2021 17:51:09 +0200 Subject: [PATCH] fixup! e53ee2c5fa2421d6d5ccab9df5de2f82f3bf1c2f --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 97bb2be..c96641f 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ deploy: fi env mkdir -p ~/.ssh/ - echo mkdir -p ~/.ssh/ + touch ~/.ssh/known_hosts ssh-keygen -R "$$SSH_HOST" ssh-keyscan "$$SSH_HOST" >> ~/.ssh/known_hosts rsync -e "ssh -o StrictHostKeyChecking=no" --progress -avz --delete public/ "$$SSH_USER@$$SSH_HOST:$$SSH_TARGET"