diff --git a/script/deploy.sh b/script/deploy.sh index 54e5cf4..9108aac 100755 --- a/script/deploy.sh +++ b/script/deploy.sh @@ -168,6 +168,7 @@ setup_ssh() { exit 22; } ssh-keygen -R "${LIVE_TARGET_IP}" >> "${STDOUT}" 2>> "${STDERR}" + continue fi fi done