-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running on Heroku #4
Comments
Want to submit that as a pull request, instead of inline code? |
What did you use for your Procfile? Mine is just "web: node ." and it seems to go down after a period of inactivity... |
@RyanTurner I've been keeping the bot up as a single worker dyno, but that means I can't post slack -> irc. That works for me, since I'm just using it to archive. To keep a web one up, you need >1 dyno (or a hack like this: http://www.gingilipino.com/brian/keep-heroku-apps-up.html). |
needed to do this for debian too, thanks |
FYI, to get this running on Heroku I had to make a couple of tweaks:
config.js, the
process.env.PORT
lib/slack.js, the
0.0.0.0
The text was updated successfully, but these errors were encountered: