From b97308443f848b33e02ba9814bafb59d279b4030 Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Sat, 15 Apr 2017 13:34:41 -0500 Subject: [PATCH] force pseudo-tty --- scripts/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/deploy.sh b/scripts/deploy.sh index 0b27a113d..5ac7a2fa1 100755 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -sshpass -p $FTP_PASSWORD ssh -o StrictHostKeyChecking=no $FTP_USER@$FTP_HOST << ! +sshpass -p $FTP_PASSWORD ssh -tt -o StrictHostKeyChecking=no $FTP_USER@$FTP_HOST << ! cd $FTP_DIR put -r /home/travis/build/collinbarrett/FilterLists/src/FilterLists.Api/bin/Release/netcoreapp1.1/* bye \ No newline at end of file