mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
remove scp verbose, tweak shields
This commit is contained in:
parent
30524c6ab4
commit
fb57b7e92a
2 changed files with 4 additions and 3 deletions
|
|
@ -1,8 +1,8 @@
|
|||

|
||||
|
||||
[](https://github.com/collinbarrett/FilterLists/blob/master/LICENSE)
|
||||
[](https://filterlists.com/)
|
||||
[](https://travis-ci.org/collinbarrett/FilterLists)
|
||||
[](https://github.com/collinbarrett/FilterLists/blob/master/LICENSE)
|
||||
|
||||
[filterlists.com](https://filterlists.com)
|
||||
|
||||
|
|
@ -22,4 +22,4 @@ FilterLists is the independent and comprehensive directory of all public filter
|
|||
| list | The name of the list as stated by the list maintainer(s) in title case. |
|
||||
| related | List names that are directly related to the list. For example, if a list is a combination of other lists, its master lists would be considered "related". Sorted alphabetically by convention. |
|
||||
| tagLang | Array of ISO 639-1 language codes targeted by the list. |
|
||||
| viewUrl | The URL to the list in raw text format. zip files and other formats are acceptable if no text format is available. |
|
||||
| viewUrl | The URL to the list in raw text format. zip files and other formats are acceptable if no text format is available. |
|
||||
|
|
@ -1,2 +1,3 @@
|
|||
#!/usr/bin/env bash
|
||||
sshpass -p $FTP_PASSWORD scp -v -o StrictHostKeyChecking=no -r /home/travis/build/collinbarrett/FilterLists/src/FilterLists.Api/bin/Release/netcoreapp1.1/* $FTP_USER@$FTP_HOST:$FTP_DIR
|
||||
#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
|
||||
Loading…
Reference in a new issue