From 30524c6ab43ab68b2de12b03a3e5d1600a4e3c81 Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Sat, 15 Apr 2017 13:51:44 -0500 Subject: [PATCH] disable StrictHostKeyChecking --- scripts/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/deploy.sh b/scripts/deploy.sh index bbcd2ba25..d3bea85fd 100755 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -1,2 +1,2 @@ #!/usr/bin/env bash -sshpass -p $FTP_PASSWORD scp -v -r /home/travis/build/collinbarrett/FilterLists/src/FilterLists.Api/bin/Release/netcoreapp1.1/* $FTP_USER@$FTP_HOST:$FTP_DIR \ No newline at end of file +sshpass -p $FTP_PASSWORD scp -v -o StrictHostKeyChecking=no -r /home/travis/build/collinbarrett/FilterLists/src/FilterLists.Api/bin/Release/netcoreapp1.1/* $FTP_USER@$FTP_HOST:$FTP_DIR \ No newline at end of file