From f94267b1430cf032aa47a5cdbd4f0f24ff9a19d8 Mon Sep 17 00:00:00 2001 From: T-Damer Date: Fri, 7 Jan 2022 12:50:02 +0300 Subject: [PATCH] updated readme for heroku deployment --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 79b2fee..1f3582c 100644 --- a/README.md +++ b/README.md @@ -39,10 +39,8 @@ Consider looking into `.env.example` ## Deploying to Heroku 1. Create a (new) Heroku account -2. Take a look into `Procfile` on `production` branch -3. Build bot and push `build` folder into separate branch (or use `production` branch from this repo) -4. Connect Heroku account with your GitHub repo with your bot and `Deploy` the bot to Heroku -5. On Heroku dashboard go to `Resources`, disable `web` and enable `worker` +2. Connect Heroku account with your GitHub repo with your bot and `Deploy` the bot to Heroku +3. On Heroku dashboard go to `Resources`, disable `web` and enable `worker` ---