-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
Setup cloud deployment for website #24
Comments
what about vercel? supports all of nextjs out of the box |
Vercel is also a good option pending someone to pay for it. Given Andreas' request for full docker support I wanted to first make sure a pure docker deployment worked smoothly so that it could be deployed just about anywhere. |
if we need a free option to start out with staging/deployment I recommend fly.io , it quite simple to use and uses dockerfiles , their own config file and their cli tool to deploy so it fits into our pure docker deployment strategy well they also offer a free tier with the following specs
|
hey! i'm new to this project and i'd like to help with this issue, since i've got some experience with this kinda thing. what would you like me to do, assuming we use fly? their deployment system is pretty easy to use - minimal changes to the dockerfile, and they only require running |
Hi Jabster, thank you for the offer. We have a setup for this in review right now to deploy on AWS. Right now we're auto deploying to a cloud provider LAION gifted to the project and I'll be donating some AWS credits when we need them. |
oh right, sorry about that. good luck! |
When done, we should be able to manually deploy the website to some cloud provider of choice.
This should use the docker image created in #23.
The most likely options are:
The text was updated successfully, but these errors were encountered: