-
Notifications
You must be signed in to change notification settings - Fork 240
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
How to host Discord.RSS in Heroku! #45
Comments
@synzen 👍 |
@Macley-Kun this guide should be updated for the current version of the bot with the web UI. |
Ah your right! Will do :-) |
Did this in a rush tho, as i'm doing quite alot at the same time :P i hope it's clear enough for everyone to follow. Let me know if it has any mistakes/improvements! |
I suggest the original post be edited instead of a new comment. |
Well technically that old pose is so old, we didn't even had env variables or a deploy button. If you want me to edit it, im gonna replace it (delete the old one). |
They can follow this one if they don't want to deploy using the button. I can rename the one I wrote to a manual deploy guide, as the title |
Done! |
The URL in "the repo" links to https://github.com/synzen/Discord.RSS, but I believe that the user-deployable one, with the "purple looking button" and all, is at https://github.com/synzen/Discord.RSS-Clone. |
Ah it seems that the repository went totally different |
I tried it (the "manual" way, inspected element and replaced the reference to https://heroku.com/deploy) and it worked for me. |
No need to go complicated lol
Just change the url in the adres bar or readme
Mvgr
Wesley de Vree
…________________________________
Van: Micael Jarniac <notifications@github.com>
Verzonden: Friday, July 24, 2020 5:41:39 PM
Aan: synzen/Discord.RSS <Discord.RSS@noreply.github.com>
CC: Macley <wesley.de.vree@gmail.com>; Mention <mention@noreply.github.com>
Onderwerp: Re: [synzen/Discord.RSS] How to host Discord.RSS in Heroku! (#45)
I tried it (the "manual" way, inspected element and replaced the reference to https://heroku.com/deploy) and it worked for me.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#45 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AGJIY4YW6Z4FNNGLAVENL3DR5GTTHANCNFSM4EX2J5VA>.
|
I keep getting the error "Web process failed to bind to $PORT within 60 seconds of launch)" when trying to deploy on Heroku. I've been reading up online and it seems like server.js needs to be set up to be listening to a port but I can't quite figure out how to do that |
Note that this repo is not meant to be ran but this one does |
How to deploy to Heroku the new way!
Pre-requirements
Instruction
343394333935336303
.true
. To enable the web part.https://APPNAME.herokuapp.com/authorize
. If you decide to use a domain, change the APPNAME.herokuapp.com to your domain name.*Given my appname:
d-discordrss
. With my domain: drss.meetdelta.com. I configured it as followed:Heroku Scheduler
. Configure it with the following:bash ./update.sh
you can set the time to whatever you want.That's it, not only haven't you installed any software, but your app will auto-update with the new dashboard working natively with Heroku!
The text was updated successfully, but these errors were encountered: