-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
cant deploy on heroku #596
Comments
i added these on my fork also logs are these: |
You shouldn't create a 'web' process but rather a 'worker' process. Here is an example of Procfile for deploying using Heroku: @n3d1117 It would be great if you add it to README. |
need a file named Procfile
includes this text
web: python bot/main.py
The text was updated successfully, but these errors were encountered: