From d1fd647b4a9e327e9012cdb4ceadc2df69f5addc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?MR=20A=C4=9EA?= <99508889+tecnoagateam@users.noreply.github.com> Date: Sun, 12 Feb 2023 17:50:25 +0400 Subject: [PATCH 1/2] Update render.yaml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: MR AĞA <99508889+tecnoagateam@users.noreply.github.com> --- render.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/render.yaml b/render.yaml index 37f972b..2bc393a 100644 --- a/render.yaml +++ b/render.yaml @@ -3,7 +3,7 @@ services: plan: free name: LedyMusicBot env: python - buildCommand: pip install -r requirements.txt + buildCommand: pip3 install --no-cache-dir -U -r requirements.txt startCommand: gunicorn App & python3 bot.py repo: https://github.com/tecnoagateam/LedyMusicBot.git branch: web From 6a71d7f84cc59958fbc6f4016c2dff2ba05e6970 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?MR=20A=C4=9EA?= <99508889+tecnoagateam@users.noreply.github.com> Date: Mon, 13 Feb 2023 00:09:23 +0400 Subject: [PATCH 2/2] Update render.yaml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: MR AĞA <99508889+tecnoagateam@users.noreply.github.com> --- render.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/render.yaml b/render.yaml index 2bc393a..cb64096 100644 --- a/render.yaml +++ b/render.yaml @@ -4,7 +4,7 @@ services: name: LedyMusicBot env: python buildCommand: pip3 install --no-cache-dir -U -r requirements.txt - startCommand: gunicorn App & python3 bot.py + startCommand: /bin/sh -c python3\ main.py repo: https://github.com/tecnoagateam/LedyMusicBot.git branch: web envVars: