Skip to content
Snippets Groups Projects
Unverified Commit 73f5661d authored by Cameron Rodriguez's avatar Cameron Rodriguez
Browse files

updated Heroku instructions

parent 3bc2d678
No related branches found
Tags 1.1.0
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment