1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-09-02 12:43:13 +02:00

[README] Add deploy button to Heroku (#1150)

* Add deploy button to Heroku
* Add composer.json and composer.lock (required by Heroku)
This commit is contained in:
Squirrel
2019-06-08 20:53:26 +08:00
committed by LogMANOriginal
parent 3d231a417f
commit 69a0498732
4 changed files with 47 additions and 0 deletions

8
app.json Normal file
View File

@@ -0,0 +1,8 @@
{
"service": "Heroku",
"name": "RSS-Bridge",
"description": "RSS-Bridge is a PHP project capable of generating RSS and Atom feeds for websites which don't have one.",
"repository": "https://github.com/RSS-Bridge/rss-bridge",
"keywords": ["php", "rss-bridge", "rss"]
}