add runtime to publish path for self-contained deployment

This commit is contained in:
Collin M. Barrett 2017-04-16 13:54:54 -05:00
parent f4aea9e9e1
commit bc90e79293

View file

@ -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
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