From 9be02fbb04a1e6b526af671f2fbf3536efc0825b Mon Sep 17 00:00:00 2001 From: raganork-ind <91258405+raganork-ind@users.noreply.github.com> Date: Sun, 5 Jun 2022 16:51:59 +0530 Subject: [PATCH 1/5] Update app.json --- app.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app.json b/app.json index 5372893..b390473 100644 --- a/app.json +++ b/app.json @@ -1,8 +1,9 @@ { "name": "Deploy to heroku", + "repository": "https://github.com/souravkl11/raganork-md.git", "success_url": "https://bit.ly/Raganork", "stack": "container", - "env": { + "env": { "HANDLERS": { "description": "Prefix of commands. Can be also false", "required": true, From 583b8372b6bcb30a29014ed08a4c906d305ad84c Mon Sep 17 00:00:00 2001 From: raganork-ind <91258405+raganork-ind@users.noreply.github.com> Date: Sun, 5 Jun 2022 16:54:15 +0530 Subject: [PATCH 2/5] Update app.json --- app.json | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/app.json b/app.json index b390473..ecfdf2d 100644 --- a/app.json +++ b/app.json @@ -1,8 +1,12 @@ { - "name": "Deploy to heroku", - "repository": "https://github.com/souravkl11/raganork-md.git", - "success_url": "https://bit.ly/Raganork", - "stack": "container", + "name": "Deploy", + "description": "Wa Bot.", + "keywords": [ + "whatsapp", + "bot" + ], + "repository": "https://github.com/raganork-ind/whatsapp-bot", + "stack": "container", "env": { "HANDLERS": { "description": "Prefix of commands. Can be also false", From 50d86979e05518d0ed2766f3447d03e8718d3ad3 Mon Sep 17 00:00:00 2001 From: raganork-ind <91258405+raganork-ind@users.noreply.github.com> Date: Sun, 5 Jun 2022 16:57:50 +0530 Subject: [PATCH 3/5] Update app.json --- app.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.json b/app.json index ecfdf2d..0136d33 100644 --- a/app.json +++ b/app.json @@ -71,7 +71,7 @@ "ALIVE": { "description": "Alive message {image/link}, {sender} can also be used", "required": false, - "value":"{pp} *Active since {uptime}*\n#button\Button 1#\n#button\Button 2#\n#button\Button 3#\n#ubutton\Url Button#\n#url\http://wa.me/918921408552?text=*Bro+big+fan+aane*#\n#ubutton\Url Button 2#\n#url\http://wa.me/918921408552?text=*Bro+big+fan+aane*#" + "value":"{pp} Active since {uptime}\n User:{sender}" }, "SESSION": { "description": "Your MD session", From 390801eacb3da767d556f8db2aad1e7b0006e490 Mon Sep 17 00:00:00 2001 From: raganork-ind <91258405+raganork-ind@users.noreply.github.com> Date: Fri, 10 Jun 2022 10:57:39 +0530 Subject: [PATCH 4/5] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 485d0ef..e215b24 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM fusuf/whatsasena:latest +FROM quay.io/souravkl11/raganork:multidevice RUN git clone https://github.com/souravkl11/raganork-md /skl/Raganork WORKDIR /skl/Raganork From 75b55b22e4201f3d87bbac6138761e32fad92d70 Mon Sep 17 00:00:00 2001 From: raganork-ind <91258405+raganork-ind@users.noreply.github.com> Date: Fri, 10 Jun 2022 10:58:02 +0530 Subject: [PATCH 5/5] Update Dockerfile --- lib/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Dockerfile b/lib/Dockerfile index a034358..1045495 100644 --- a/lib/Dockerfile +++ b/lib/Dockerfile @@ -1,8 +1,8 @@ -FROM fusuf/whatsasena:latest +FROM quay.io/souravkl11/raganork:multidevice RUN git clone https://github.com/souravkl11/raganork-md /skl/Raganork WORKDIR /skl/Raganork ENV TZ=Asia/Kolkata RUN npm install supervisor -g RUN yarn install --ignore-engines -CMD ["node", "index.js"] \ No newline at end of file +CMD ["node", "index.js"]