-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add docs on deploying to Render #11
Comments
@umar-ahmed I would like to work on this documentation task. |
Hey @R4Rohit23 ! That's awesome. The main thing you'll want to keep in mind is that the deployment really needs to do 4 things:
You can take a look at the template we have for Railway to get an idea. I haven't used Render myself, so I don't know if it requires a docker image and/or supports volume mounts for sqlite. Maybe you can start by researching that and responding back on this issue 🙂 Thanks again for volunteering! |
@umar-ahmed I don't know about Database migration concepts. I know only about that the Render platform takes Environment variables and connect the pre deployed project on Github to be re-deployed for production. |
@R4Rohit23 Is there a way to run an arbitrary command in the terminal? Basically for the database migration, we just need to be able to run |
Yes We can do it in
|
Nice okay. We do something similar in Railway, but in the @R4Rohit23 if you can focus on getting it deployed to Render, we can then create a template out of it |
https://render.com/
The text was updated successfully, but these errors were encountered: