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"