From fa7576c5b7f415832829a6e41feb169003b2d739 Mon Sep 17 00:00:00 2001 From: Salxchange <138751618+Salxchange@users.noreply.github.com> Date: Tue, 11 Jun 2024 02:36:20 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5866222..bbf5ba5 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ A Simple **.sh & .py Script** with python web to make your Repo Deployable to He
-[![Deploy](https://www.herokucdn.com/deploy/button.svg)](http://heroku.com/deploy?template=https://github.com/SilentDemonSD/pyTele-Loader) +[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://dashboard.heroku.com/new-app?template=https://github.com/Salxchange/pyTele-Loader)
Date: Tue, 11 Jun 2024 02:37:15 +0100 Subject: [PATCH 2/2] Update app.json --- app.json | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/app.json b/app.json index aa677d1..610c44f 100644 --- a/app.json +++ b/app.json @@ -12,13 +12,24 @@ "success_url": "https://t.me/FZXParadox", "env": { "REPO_URL": { - "description": "Deploy Repository URL, add Private Token if Repo is Private" + "description": "Deploy Repository URL, add Private Token if Repo is Private", + "value": "" }, "REPO_BRANCH": { - "description": "Repo Branch, you want to deploy with your REPO_URL." + "description": "Repo Branch, you want to deploy with your REPO_URL.", + "value": "" }, "START_CMD": { - "description": "Trigger Command for your Bot to Run." + "description": "Trigger Command for your Bot to Run.", + "value": "" } - } +}, +"buildpacks": [ + { + "url": "heroku/python" + }, + { + "url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest.git" + } + ] }