-
Notifications
You must be signed in to change notification settings - Fork 8
Add render deployment #8
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Going to mark this as a draft until we have either
a) DB issue fixed
b) DB issue documented to avoid confusion
If render support doesn't help we may have to document a work around which needs manual creation of the database before using automatic deployment Later automatic deployment will link to the already existed database and all will work fine. |
Can you add a README to |
We need to manually create a Postgres database on redner.com with the name
coder
until I hear back from Render support.See the discussion on coder/coder#6841. If the above issue gets resolved, this will be a single-click deployment.
closes coder/coder#6841