From bc90e792933b9545ecb80b11d96a0e5ea852e7d4 Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Sun, 16 Apr 2017 13:54:54 -0500 Subject: [PATCH] add runtime to publish path for self-contained deployment --- scripts/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/deploy.sh b/scripts/deploy.sh index 65687ad76..a49d5fc82 100755 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -1,3 +1,3 @@ #!/usr/bin/env bash #TODO: use ssh keys rather than pw -sshpass -p $FTP_PASSWORD scp -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 +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