-
|
I am totally new to Blitz, trying to start a new project with it, but want to know before hand what's the best way to deploy this to cloud (for example, amazon). Should I:
Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
hey @gzhangx ! welcome to our community. you can do both, but normally i believe we do (2). You can find more deployment options in our docs: https://blitzjs.com/docs under Deploying to Production Also if you’d like, we have a deployment channel over on our Discord: https://discord.blitzjs.com/ Come say hi! |
Beta Was this translation helpful? Give feedback.
-
|
Thank you! |
Beta Was this translation helpful? Give feedback.
hey @gzhangx ! welcome to our community.
you can do both, but normally i believe we do (2).
For (1), if you deploy on Vercel, the lambdas are automatically deployed. But you will have to find somewhere else to host your database to connect your application to if that’s applicable.
You can find more deployment options in our docs: https://blitzjs.com/docs under Deploying to Production
Also if you’d like, we have a deployment channel over on our Discord: https://discord.blitzjs.com/ Come say hi!