Skip to content

Commit

Permalink
Fixing Heroku Support
Browse files Browse the repository at this point in the history
Heroku support is currently broken. Issuing a small commit to fix heroku support! :-)
* Editing Procfile to accurately reflect the wsgi.py instead of slackbridge.py
* Reference  8b7eff6 in which slackbridge.py was refactored and renamed.
  • Loading branch information
seth-stansberry authored and wdoekes committed Apr 22, 2018
1 parent b7afa7c commit ac85b46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
web: gunicorn slackbridge --log-file -
web: gunicorn wsgi --log-file -

0 comments on commit ac85b46

Please sign in to comment.