From 1a53e8e4cd37e02589bb82fc7dcd81925dc6933f Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Sat, 15 Apr 2017 13:48:19 -0500 Subject: [PATCH] try adding verbose scp output --- scripts/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/deploy.sh b/scripts/deploy.sh index a244054ec..bbcd2ba25 100755 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -1,2 +1,2 @@ #!/usr/bin/env bash -sshpass -p $FTP_PASSWORD scp -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 -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