Thank you for this, very informative! Love your content.
@collinsk87546 ай бұрын
Comprehensive, concise and complete 🔥🔥. Definitely the tutorial we needed. Thanks.
@Can-el3cj7 ай бұрын
great video, thanks! looking forward to upcoming videos.
@eugenioguevara2620Ай бұрын
if this is not ideal for production then what is? should i use a docker container instead?
@uhN0id2 ай бұрын
Just a quick tip: instead of doing `touch authorized_keys` you can (at least with vim not sure about nano and others) type `vim authorized_keys` and it'll open the editor and when you save it'll create that file as well saving you several seconds!
@eternl_sunshine225 ай бұрын
i just used this guide to run a self hosted dev environment. cos sometimes i work on a project on my pc then when i'm out and about i forget that just git cloning my project won't work since i won't have my .env files, so i just decided to work on a server through ssh and i can view my project on the web when i run npm run dev :D thanks a lot
@uhN0id2 ай бұрын
Great flow and explanations! Thank you! Subbed! My only feedback is to add chapters/timestamps to your video so we can jump to specific topics in the video
@theodoremelder23089 күн бұрын
Great video. Do you have an insights on best dealing with the memory leaks from using pm2?
@GKKWSRYSRPАй бұрын
Why is it not recommended for production?
@imkir4n2 ай бұрын
Thanks Robby. You did a good job. I used this as a guide to setup my app on live.
@eternl_sunshine225 ай бұрын
u r a king. I literally needed this today
@jonpaulsballs6 ай бұрын
new favorite youtube channel
@kritsana61702 ай бұрын
Thank you so much. You explain very clearly and are easy to understand.
@jjets8775Ай бұрын
I do docker container on aws instance with cyberpanel or any vps host. It works great.
@jackjsy7 ай бұрын
Imagine doing all of this just for the 5 users we all have on our apps...
@codingwithrobby7 ай бұрын
Haha true, but I’m sure there’s people out there that could spend 30 minutes setting this up to save hundreds a month
@wanarchives6 ай бұрын
use docker/kubernetes
@MikhailAdutskevich-n3p22 күн бұрын
Hey, super helpful video! Thank you!
@adamo92454 ай бұрын
Do you think with the new App Manager of DigitalOcean a few instmces and a Load Balancer you can set up a quite hightraffic (15TB/mo) project? Or what should i use to host enterprice level production nextJs projects with high bandwith and many users? Thanks in advance
@DianeHannay-nj9mm4 ай бұрын
App Platform is their PaaS solution. Ideal if you want easy management and transparent costs (no infrastructure worries). For high bandwidth, enterprise apps, go for a dedicated CPU.
@DianeHannay-nj9mm4 ай бұрын
Would be great to see a new video ... how to deploy a NextJS app on DO App Platform.
@maikoke6768Ай бұрын
I was really into hosting my own deployment with next js but after seen this video I'd rather pay 20$ to vercel!
@iTzFiNaL26 күн бұрын
i feel the same, this amount of work just to host an app is crazy to me.
@jiblegАй бұрын
Thanks you for share information
@jonice42294 ай бұрын
great tutorial, will be the same for deploying an remix app from shopify?
@sealone7775 ай бұрын
This is awesome! I wonder if there’s a docker version of this just in case when your vps explodes
@nicktsigkros46416 ай бұрын
This video is a gem!!
@adoreos6 ай бұрын
Would love to learn how to make the deploying phase easier I want to push new changes and auto build and run the new code, how can this be done in the least hacky way?
@friedegg86955 ай бұрын
I'm trying to run npm start, but it throws the error that could not find a production build in the '.next' directory.
@hakanaki4 ай бұрын
You're awesome, thank you.
@sambarjunk4 ай бұрын
Thanks, this is quite helpful.
@LestariNendri4 ай бұрын
clearly explained! thankss
@grindco7326 ай бұрын
thx a lot!! realy helpfull, perfect explanation
@afdhaliapreto77035 ай бұрын
it can be deploy with restfull api on next js?
@joshua56173 ай бұрын
what about auto deploy from github
@bmxdeveloper4 ай бұрын
That is cool video!, can do it with docker ?
@akhil_sarikonda7 ай бұрын
Vercel actually reduced their prices if i have to go with an email they sent recently
@codingwithrobby7 ай бұрын
Yeah I think they said 90% should have a smaller bill. I think a lot people still got screwed over though
@IgorGaiduk-f9l26 күн бұрын
awesome!🤤
@tmabid32596 ай бұрын
awesome video
@KhalilshaikhShaikh-q7i6 ай бұрын
Sir how to speed up website on mobile
@io_inc7 ай бұрын
I'm unable to build my app, it would just cancel when i or state done in 21s without fully building when i run: yarn build EDIT: My project is massive, so it requires more ram to build for some odd reason, i increased my ram size to 4 gig ram