fixup! e53ee2c5fa
This commit is contained in:
parent
a10936a7ba
commit
55d455cc6e
1
Makefile
1
Makefile
|
@ -19,7 +19,6 @@ deploy:
|
||||||
then echo "Missing one of SSH_USER, SSH_HOST, or SSH_TARGET" >&2; \
|
then echo "Missing one of SSH_USER, SSH_HOST, or SSH_TARGET" >&2; \
|
||||||
exit 1; \
|
exit 1; \
|
||||||
fi
|
fi
|
||||||
env
|
|
||||||
mkdir -p ~/.ssh/
|
mkdir -p ~/.ssh/
|
||||||
touch ~/.ssh/known_hosts
|
touch ~/.ssh/known_hosts
|
||||||
ssh-keygen -R "$$SSH_HOST"
|
ssh-keygen -R "$$SSH_HOST"
|
||||||
|
|
Loading…
Reference in a new issue