diff --git a/Makefile b/Makefile index c96641f..01e2098 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,6 @@ deploy: then echo "Missing one of SSH_USER, SSH_HOST, or SSH_TARGET" >&2; \ exit 1; \ fi - env mkdir -p ~/.ssh/ touch ~/.ssh/known_hosts ssh-keygen -R "$$SSH_HOST"