From 73f5661dfda4824692205d7ee78d20d8daaca143 Mon Sep 17 00:00:00 2001 From: Cameron Rodriguez <rod.cam2014+dev@gmail.com> Date: Sat, 22 Dec 2018 18:57:53 -0500 Subject: [PATCH] updated Heroku instructions --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7024425..69b50d0 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,7 @@ Open the command line inside the folder with your program and run the following ```console $ heroku git:remote -a yourappname $ git push heroku master +$ heroku ps:scale worker=1 ``` You should also install the [Logentries addon](https://elements.heroku.com/addons/logentries) to notify yourself of errors or crashes. -- GitLab