-
Notifications
You must be signed in to change notification settings - Fork 202
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
Tested and verified a method for pushing the bot onto heroku using docker. #473
base: master
Are you sure you want to change the base?
Conversation
What is the use of Procfile, heroku.yml, and changes you made in Dockerfile? I mean running these commands in the root directory of the bot deploys it to Heroku without any issue
|
|
Are you able to find a way to a way to keep the data even through restarts? I was working on a fork of TLE that would use the PostgreSQL database given for free on Heroku, but I have been lazy so I haven't finished testing to make sure everything is working right. However, if this fork isn't necessary, I don't see a point continuing to work on it. |
Benefits
Please mail me if you want proof or have doubts about how this works.
Changes are welcomed in making this method more efficient.