Skip to content

Commit

Permalink
Add a non-web Procfile so that it doesn't try to wait for it to bind …
Browse files Browse the repository at this point in the history
…to a port on startup
  • Loading branch information
phillipuniverse committed Jul 26, 2017
1 parent 1ac8f2f commit 17dbaf5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Procfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
worker: node gitter-to-slack.js
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ and see the message show up in Slack:

## Deploying

The easiest way to keep this running forever is to use Heroku's free tier. Since there is a start script specified in `package.json` you can deploy this with the Heroku CLI with:
The easiest way to keep this running forever is to use Heroku's free tier. You can deploy this with the Heroku CLI with:

```console
heroku create
Expand Down

0 comments on commit 17dbaf5

Please sign in to comment.