How to deploy a NextJS app on Digital Ocean instead of Vercel

  Рет қаралды 12,770

Coding with Robby

Coding with Robby

Күн бұрын

Пікірлер: 46
@viktorlenard
@viktorlenard 7 ай бұрын
Thank you for this, very informative! Love your content.
@collinsk8754
@collinsk8754 6 ай бұрын
Comprehensive, concise and complete 🔥🔥. Definitely the tutorial we needed. Thanks.
@Can-el3cj
@Can-el3cj 7 ай бұрын
great video, thanks! looking forward to upcoming videos.
@eugenioguevara2620
@eugenioguevara2620 Ай бұрын
if this is not ideal for production then what is? should i use a docker container instead?
@uhN0id
@uhN0id 2 ай бұрын
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_sunshine22
@eternl_sunshine22 5 ай бұрын
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
@uhN0id
@uhN0id 2 ай бұрын
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
@theodoremelder2308
@theodoremelder2308 9 күн бұрын
Great video. Do you have an insights on best dealing with the memory leaks from using pm2?
@GKKWSRYSRP
@GKKWSRYSRP Ай бұрын
Why is it not recommended for production?
@imkir4n
@imkir4n 2 ай бұрын
Thanks Robby. You did a good job. I used this as a guide to setup my app on live.
@eternl_sunshine22
@eternl_sunshine22 5 ай бұрын
u r a king. I literally needed this today
@jonpaulsballs
@jonpaulsballs 6 ай бұрын
new favorite youtube channel
@kritsana6170
@kritsana6170 2 ай бұрын
Thank you so much. You explain very clearly and are easy to understand.
@jjets8775
@jjets8775 Ай бұрын
I do docker container on aws instance with cyberpanel or any vps host. It works great.
@jackjsy
@jackjsy 7 ай бұрын
Imagine doing all of this just for the 5 users we all have on our apps...
@codingwithrobby
@codingwithrobby 7 ай бұрын
Haha true, but I’m sure there’s people out there that could spend 30 minutes setting this up to save hundreds a month
@wanarchives
@wanarchives 6 ай бұрын
use docker/kubernetes
@MikhailAdutskevich-n3p
@MikhailAdutskevich-n3p 22 күн бұрын
Hey, super helpful video! Thank you!
@adamo9245
@adamo9245 4 ай бұрын
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-nj9mm
@DianeHannay-nj9mm 4 ай бұрын
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-nj9mm
@DianeHannay-nj9mm 4 ай бұрын
Would be great to see a new video ... how to deploy a NextJS app on DO App Platform.
@maikoke6768
@maikoke6768 Ай бұрын
I was really into hosting my own deployment with next js but after seen this video I'd rather pay 20$ to vercel!
@iTzFiNaL
@iTzFiNaL 26 күн бұрын
i feel the same, this amount of work just to host an app is crazy to me.
@jibleg
@jibleg Ай бұрын
Thanks you for share information
@jonice4229
@jonice4229 4 ай бұрын
great tutorial, will be the same for deploying an remix app from shopify?
@sealone777
@sealone777 5 ай бұрын
This is awesome! I wonder if there’s a docker version of this just in case when your vps explodes
@nicktsigkros4641
@nicktsigkros4641 6 ай бұрын
This video is a gem!!
@adoreos
@adoreos 6 ай бұрын
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?
@friedegg8695
@friedegg8695 5 ай бұрын
I'm trying to run npm start, but it throws the error that could not find a production build in the '.next' directory.
@hakanaki
@hakanaki 4 ай бұрын
You're awesome, thank you.
@sambarjunk
@sambarjunk 4 ай бұрын
Thanks, this is quite helpful.
@LestariNendri
@LestariNendri 4 ай бұрын
clearly explained! thankss
@grindco732
@grindco732 6 ай бұрын
thx a lot!! realy helpfull, perfect explanation
@afdhaliapreto7703
@afdhaliapreto7703 5 ай бұрын
it can be deploy with restfull api on next js?
@joshua5617
@joshua5617 3 ай бұрын
what about auto deploy from github
@bmxdeveloper
@bmxdeveloper 4 ай бұрын
That is cool video!, can do it with docker ?
@akhil_sarikonda
@akhil_sarikonda 7 ай бұрын
Vercel actually reduced their prices if i have to go with an email they sent recently
@codingwithrobby
@codingwithrobby 7 ай бұрын
Yeah I think they said 90% should have a smaller bill. I think a lot people still got screwed over though
@IgorGaiduk-f9l
@IgorGaiduk-f9l 26 күн бұрын
awesome!🤤
@tmabid3259
@tmabid3259 6 ай бұрын
awesome video
@KhalilshaikhShaikh-q7i
@KhalilshaikhShaikh-q7i 6 ай бұрын
Sir how to speed up website on mobile
@io_inc
@io_inc 7 ай бұрын
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
@ayukalvieri3154
@ayukalvieri3154 7 ай бұрын
Thank you for the the heads up man
The BEST way to host Next.js websites
17:37
ByteGrad
Рет қаралды 56 М.
Serverless might bankrupt you (and how to deploy to a VPS instead)
14:26
Human vs Jet Engine
00:19
MrBeast
Рет қаралды 208 МЛН
The Singing Challenge #joker #Harriet Quinn
00:35
佐助与鸣人
Рет қаралды 36 МЛН
СОБАКА ВЕРНУЛА ТАБАЛАПКИ😱#shorts
00:25
INNA SERG
Рет қаралды 3,8 МЛН
Happy birthday to you by Secret Vlog
00:12
Secret Vlog
Рет қаралды 6 МЛН
Why I'd never host my apps on a VPS
13:43
Web Dev Cody
Рет қаралды 65 М.
Should you use a VPS instead of Vercel, Netlify & co?
13:14
Maximilian Schwarzmüller
Рет қаралды 11 М.
The BEST Tool to Deploy Your Apps (Stop using Vercel)
10:07
10 common mistakes with the Next.js App Router
20:37
Vercel
Рет қаралды 228 М.
TryHackMe Ice - Walkthrough | Windows Privilege Escalation
38:51
Human vs Jet Engine
00:19
MrBeast
Рет қаралды 208 МЛН