Merge pull request #310 from EtienneM/add_scalingo_oneclick
Add scalingo one click deploy
This commit is contained in:
commit
d3e5711601
2 changed files with 9 additions and 1 deletions
|
@ -61,7 +61,9 @@ By default, the script creates `whitelist.txt` and adds the main bridges (see ab
|
|||
* to enable extra bridges (one bridge per line)
|
||||
* to disable main bridges (remove the line)
|
||||
|
||||
New bridges are disabled by default, so make sure to check regularly what's new and whitelist what you want !
|
||||
New bridges are disabled by default, so make sure to check regularly what's new and whitelist what you want!
|
||||
|
||||
[![Deploy on Scalingo](https://cdn.scalingo.com/deploy/button.svg)](https://my.scalingo.com/deploy?source=https://github.com/sebsauvage/rss-bridge)
|
||||
|
||||
Author
|
||||
===
|
||||
|
|
6
scalingo.json
Normal file
6
scalingo.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"name": "RSS Bridge",
|
||||
"description": "rss-bridge is a PHP project capable of generating ATOM feeds for websites which don't have one.",
|
||||
"repository": "https://github.com/sebsauvage/rss-bridge",
|
||||
"website": "https://github.com/sebsauvage/rss-bridge"
|
||||
}
|
Loading…
Reference in a new issue