Deploy Nodejs App to DigitalOcean in 10 Minutes (Free SSL & Custom Domain)

แชร์
ฝัง
  • เผยแพร่เมื่อ 1 ต.ค. 2024

ความคิดเห็น • 19

  • @PatrickNoonan
    @PatrickNoonan 22 วันที่ผ่านมา

    Very helpful vid, thanks man!

    • @hayk.simonyan
      @hayk.simonyan  17 วันที่ผ่านมา

      You’re welcome!!

  • @LSAPilot
    @LSAPilot หลายเดือนก่อน

    Amazing Tutorial, helped me so much!
    One more question: When trying to deploy new code, is it enough to just pull them into my projectdirectory? Or do I have to stop the Server beforehand and restart it afterwards?
    If so how do I end the service when running in pm2?
    Kind regards :)

    • @hayk.simonyan
      @hayk.simonyan  หลายเดือนก่อน

      You have to stop and restart the server, and you can use the pm2 stop command - pm2 stop your_app_name. After that, you can pull your changes and then restart the server with the same pm2 command that is shown in the video. Here are some useful commands that you can use pm2.keymetrics.io/docs/usage/process-management/

  • @thiagomm
    @thiagomm หลายเดือนก่อน

    AMAZING! Man... you are the one! Better than oficial DO tutorials.

    • @hayk.simonyan
      @hayk.simonyan  หลายเดือนก่อน

      Thanks man! Glad it was helpful

  • @tatendamuzenda8442
    @tatendamuzenda8442 28 วันที่ผ่านมา

    i can never thank you enough man

  • @pyrolas328
    @pyrolas328 29 วันที่ผ่านมา

    been searching for hours now but yours worked perfectly thanks

  • @eQ-13
    @eQ-13 2 หลายเดือนก่อน

    This was a great tutorial. Could you add the deployment of front end too in the same droplet? How do we configure ngnix when both backend and front end are running on the same server?

    • @hayk.simonyan
      @hayk.simonyan  2 หลายเดือนก่อน +1

      You can deploy both on the same droplet by configuring Nginx to serve your frontend from the root and proxy /api requests to your backend. This way Nginx will handle both frontend and backend on the same server.

    • @eQ-13
      @eQ-13 2 หลายเดือนก่อน +1

      @@hayk.simonyan Thank you for your response. Much appreciated.

  • @mojammelhossain2082
    @mojammelhossain2082 หลายเดือนก่อน

    it would be better if you could add the mongodb coonfiguration as well.. that would be a allout tuts

    • @hayk.simonyan
      @hayk.simonyan  หลายเดือนก่อน

      I'm not using mongodb in this example deployment, but I'll share that in the future as well once I have to make a deployment using mongodb

    • @hayk.simonyan
      @hayk.simonyan  หลายเดือนก่อน

      but you can use mongodb atlas in combination with digital ocean and that is pretty easy to configure by following mongodb atlas guide