diff --git a/README.md b/README.md index 1ff4098cf..784b9d1bd 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ ![FilterLists](https://github.com/collinbarrett/FilterLists/blob/master/imgs/logo_filterlists.png) -[![License](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://github.com/collinbarrett/FilterLists/blob/master/LICENSE) [![Website](https://img.shields.io/website-up-down-green-red/http/shields.io.svg)](https://filterlists.com/) [![Travis](https://img.shields.io/travis/collinbarrett/FilterLists.svg?label=travis)](https://travis-ci.org/collinbarrett/FilterLists) +[![License](https://img.shields.io/badge/License-GPLv3-blue.svg)](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. | \ No newline at end of file diff --git a/scripts/deploy.sh b/scripts/deploy.sh index d3bea85fd..65687ad76 100755 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -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 \ No newline at end of file + #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