mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
prefix "put" with "sftp"
This commit is contained in:
parent
ee4044e34a
commit
d44138c6fe
1 changed files with 1 additions and 1 deletions
|
|
@ -3,5 +3,5 @@ sftp --password=$FTP_PASSWORD $FTP_USER@$FTP_HOST:$FTP_DIR
|
|||
for file in /home/travis/build/collinbarrett/FilterLists/src/FilterLists.Api/bin/Release/netcoreapp1.1/*
|
||||
do
|
||||
echo "Uploading $file"
|
||||
put ${file}
|
||||
sftp put ${file}
|
||||
done
|
||||
|
|
|
|||
Loading…
Reference in a new issue