From 3487e7d424e6b2178cd84ca3c923d0ae12640699 Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Sun, 16 Apr 2017 14:43:54 -0500 Subject: [PATCH] make dll executable --- scripts/deploy.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/deploy.sh b/scripts/deploy.sh index a49d5fc82..17489b53d 100755 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -1,3 +1,4 @@ #!/usr/bin/env bash #TODO: use ssh keys rather than pw + sudo chmod a+x /home/travis/build/collinbarrett/FilterLists/src/FilterLists.Api/bin/Release/netcoreapp1.1/ubuntu.16.04-x64/FilterLists.Api.dll sshpass -p $FTP_PASSWORD scp -o StrictHostKeyChecking=no -r /home/travis/build/collinbarrett/FilterLists/src/FilterLists.Api/bin/Release/netcoreapp1.1/ubuntu.16.04-x64/* $FTP_USER@$FTP_HOST:$FTP_DIR \ No newline at end of file