🚨 Big Announcement! 🚨 Hey everyone! I've made a big decision for this channel-I've turned off ads on all my videos! That's right, you can now enjoy all my content ad-free! This means I'm earning $0 from ad revenue, but I believe this is the right move to make your viewing experience better. If you find my content valuable and want to support my work, there are several ways you can help: Like & Share: Simply liking the video and sharing it with friends helps a lot! Subscribe & Hit the Bell: Stay updated and never miss a new video. TH-cam Thanks: Use the "Thanks" button below to send a one-time donation. Join the Channel Community: Get exclusive perks and behind-the-scenes content. Buy Me a Coffee: buymeacoffee.com/CodeExplained PayPal Donation: www.paypal.com/paypalme/CodeExplained Every little bit counts and goes directly to creating more high-quality content for you all. Thank you so much for your continued support! Let’s keep growing and learning together! 🌟
OMG I've been watching coding tutorials on TH-cam over the past 2 years on many different technologies, and I can say this one was absolutely one of the bests. Keep it up man ❤️
I think there is one minor step missing, which is that you will need to start nginx after installing, with `systemctl start nginx`. Great video, thank you!
Hello, please I have an app that have a backend that connect the frontend with a LocalHost Port. how should I configure these during hosting?, and where should I put environment variables , Thank you
🚨 Big Announcement! 🚨
Hey everyone! I've made a big decision for this channel-I've turned off ads on all my videos! That's right, you can now enjoy all my content ad-free! This means I'm earning $0 from ad revenue, but I believe this is the right move to make your viewing experience better.
If you find my content valuable and want to support my work, there are several ways you can help:
Like & Share: Simply liking the video and sharing it with friends helps a lot!
Subscribe & Hit the Bell: Stay updated and never miss a new video.
TH-cam Thanks: Use the "Thanks" button below to send a one-time donation.
Join the Channel Community: Get exclusive perks and behind-the-scenes content.
Buy Me a Coffee: buymeacoffee.com/CodeExplained
PayPal Donation: www.paypal.com/paypalme/CodeExplained
Every little bit counts and goes directly to creating more high-quality content for you all. Thank you so much for your continued support!
Let’s keep growing and learning together! 🌟
OMG I've been watching coding tutorials on TH-cam over the past 2 years on many different technologies, and I can say this one was absolutely one of the bests. Keep it up man ❤️
Wow, thanks!
what a legend, TH-cam teachers always come in clutch, cheers
I am about to cry I was trying to just look for the hosting but you came in with the SSL certificate swell, legend
thank you man I was trying to deploy my app around 4 hours and I found your video so this is so cute thank you again
Great tutorial! Thank you VERY MUCH! You saved me several hours of searching. Great work!
You're welcome!
Been looking for this exact thing for the past 3 days, you just saved me a client. Really appreciate!!
This Tutorial is Beast Mode.
The Best of it all.
I think there is one minor step missing, which is that you will need to start nginx after installing, with `systemctl start nginx`. Great video, thank you!
I think there is no need for that, cause we started nginx services.
Thank you dude!!! Just so painful 20+ hours of deploying has finished, thanks to you. Keep going, you are the best!!!
you saved my day bro..Absolutely loved it
If we change something in our git repo, we just need to do git pull in putty and then npm run build etc ?
did u discovered that tony?
wow so good. filled with very useful stuff in a decent short video.
Glad it was helpful!
Thank you very much, exactly what I needed and well explained
Great to hear!
awesome video, in 2022 fully works , thanks
You're welcome and thanks for the feedback
Great tutorial! clear and complete.
Hello, please I have an app that have a backend that connect the frontend with a LocalHost Port. how should I configure these during hosting?, and where should I put environment variables , Thank you
The best one so far !
Happy to hear that.
This is one of the great video!
Glad you think so!
This is absolutely amazing
Excellent tutorial, thank you!
How to add environment variables ? Do I simply add it in build folder inside .env ?
Thanks a lot !! it was very clear information
Glad it was helpful!
Great thanks for this video 🙏!
My pleasure!
Great man! thank you very much
Helpful guide. Thanks!
Glad it was helpful!
it works. thanks a lot. 😁
Wow! Amazing tutorial! Thanks!
Glad it helped!
Awesome tutorial, everything worked greatly. What would be the best way to update the files on the server with the github repo?
I'm glad I found this video.
Great 😁
Obrigado, graças ao seu vídeo consegui fazer o deploy na oracle!
Happy to hear that.
What a useful Tutorial, Thanks :)
Nice and clear
do we really need to install node and npm into the server?
Thank you very much for your lecture :)
You're most welcome!
Did you preconfigured Git? I made a new GitHub account to do this but the GitHub part didn't work for me; it says "not a git repository" :(
Very useful , I subscribed.
Thanks for the sub!
thank you very much!
You're welcome.
THANK YOU
Problem with page reload page error. Need .htaccess file?
Nginx does not use . htaccess files like Apache does.
Yeah same problem when I reload it shows 404 error .how to modify it ??
@@CodeExplained how to avoid 404 error after refreshing
awesome ! Huge thanks!
You're welcome!
Hi There ! one doubt regarding updating the files within the build folder. What about replacing the index.html file. can you help me on this!
Great tutorial.
Glad you liked it!
thanks for this.
Hi! I wanted to ask if it's possible to deploy multiple react builds in a single server.
This is brilliant!
Thanks
What about adding .env files (which we don't store in github) into VPS?
Thank you so much
You're most welcome
Thanks !!
You're the best
Can we also deploy next js like this please reply
mine hostinger VPS IP do not show any kind of default page even after having var ww html index html in that
thanks a lot !!
So so good!
Thanks
Полезное видео. Запишите ещё как опубликовать nextJS приложение с настройкой nginx конфигурационного файла.
Thanks, I will see what I can do about that.
did everything, was able to clone git repo, build react and so on..but 502 error =(
How to deploy on contabo
Thank you for your efforts, can you make video tutorials about:
Learn Nod.js in one hour.
Will try
@@CodeExplained 👍
how build folder is created
I am not using react
I am using simply nodeJs
What Should I do .
I had used start in the script i.e "start":"node app.js"
Please watch another video on how to deploy your app!
This site can’t be reached. Please help! I followed the instructions
it couldnt be better, apart from using putty (im used to mobaxterm) everything is what i did or needed to do
what about running the app in docker port 3000, I cannot access my website at all