Deploy MEAN Stack App On AWS EC2 Using GitHub Actions

Поділитися
Вставка
  • Опубліковано 9 січ 2025

КОМЕНТАРІ • 20

  • @dinesh.merugumilli
    @dinesh.merugumilli 2 місяці тому

    Hi! Thank you for sharing this video. First off, it’s great to see how you’ve demonstrated your expertise in deploying a MEAN stack application on AWS EC2 using GitHub CI/CD, 👍🏻Well Done !
    After watching, though, I’d suggest taking a bit more time before posting your videos. Avoid rushing; instead, keep detailed notes on each step you want to cover. Refine and re-watch it as many times as needed to ensure clarity before uploading it to UA-cam.
    I’m confident that with your skill, your videos have the potential to reach millions of viewers effortlessly.
    With well organised content, your insights could really make a huge impact!

  • @basithkc3510
    @basithkc3510 2 місяці тому

    Both are builded and deployed successfully. But when try to fetch data from angular app, i can't get access to backend. Why??😢

  • @ramsem5151
    @ramsem5151 9 місяців тому +1

    Make a video on how to Deploy React app into AWS (Front-end part only)

  • @darshankhatri9625
    @darshankhatri9625 9 місяців тому +1

    Thanks for sharing !

  • @akhilpragallapati4424
    @akhilpragallapati4424 8 місяців тому +1

    I am able to create the docker image for the angular application but the nodejs application isn't working for me, All the steps are executed perfectly, but when i am trying to see the container using the docker ps, the container isn't visible for me. Please help

    • @akhilpragallapati4424
      @akhilpragallapati4424 8 місяців тому

      Update on my issue, need to use the "node:20-alpine" as i was facing the issue with node version 12, by default the version is lower so their is issue with the syntax for my case

    • @IntegrationNinjas
      @IntegrationNinjas  8 місяців тому

      you can check docker container logs:
      Run docker logs (replace with the ID) to see any error messages during the container creation process that might provide clues about the issue.

    • @akhilpragallapati4424
      @akhilpragallapati4424 8 місяців тому +1

      @@IntegrationNinjas yep I did that and figured out the issue with the node version, once I ran the node version 20 apline it worked like charm 👍😅

    • @IntegrationNinjas
      @IntegrationNinjas  8 місяців тому

      @@akhilpragallapati4424 Cool 😀

  • @rahulray7683
    @rahulray7683 9 місяців тому +1

    But everytime Docker needed because Devloper changes Any code and push in Source code how application work

    • @IntegrationNinjas
      @IntegrationNinjas  9 місяців тому

      So every time docker image will be created which will build the application then it will be deployed to server. All new changes will be deployed on every commit.

    • @rahulray7683
      @rahulray7683 9 місяців тому +1

      How to Deploy Nginx can I run another container like Nginx Container

    • @SaiHarsha_shorts
      @SaiHarsha_shorts 9 місяців тому +1

      Same like you only deploy working fine when ever I press reload page it shows error 404 not found nginx path

  • @SangeetaDammu
    @SangeetaDammu 5 місяців тому +1

    thanks a lot!

  • @rahulray7683
    @rahulray7683 9 місяців тому +1

    Im waiting this video thnx

  • @umahesa5855
    @umahesa5855 4 місяці тому

    Thx man 🎉

  • @manojmohapatra986
    @manojmohapatra986 2 місяці тому +1

    🎉