-
Notifications
You must be signed in to change notification settings - Fork 1
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
Refactor & move client (universe.engineering) to DigitalOcean #71
Labels
refactoring
Refactoring related item(s) and issue(s)
Comments
@faddat let me know if you need anything here. I am happy to walk you through Heroku. |
Great work on this so far @faddat. |
@faddat I just added Full Node.js Deployment - NGINX, SSL With Lets Encrypt to the references list. I'll go through this tutorial in the morning and apply it to the app. |
Taking over this issue. |
27 tasks
This was referenced Oct 21, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Refactor & move client (universe.engineering) from Heroku to DigitalOcean.
Heroku requires a static IP in order to configure a root domain. We, at Universe, must configure our DNS to root as we cannot have our apps resolving to
www.universe.engineering
. Our DNS must resolve touniverse.engineering
as our TLD is so long and confusing for folks. we’ve received a lot of feedback on this issue.The catch is that Heroku requires a static IP configuration and Heroku is the only hosting provider out there that does not work with
A records
for root domains.Heroku’s solution is to use dnsimple.com for aliasing. they have worked with them to provide this service.
So technically, we need to get off DNSimple.com but since we need to resolve to a root domain, we now need to move off of Heroku.
Tasks
NetlifyorGCPor ✅DigitalOcean.#56 Understand how to run node.js apps on VM'sReferences
The text was updated successfully, but these errors were encountered: