Continuous Deployment using GitHub Actions | Auto Deploy MERN Stack | AWS EC2 | CICD Pipeline

preview_player
Показать описание
In this tutorial we are going to create CICD Pipeline for Full stack project In order to setup continues Deployment from GitHub to server.

Once you setup CICD Pipeline then you don't need to worry about deployment after that you just need to commit changes to GitHub it will automatically build and deploy your changes.

We Will Also use AWS EC2 Instance and also learn how to setup inbound rules to Allow ports to communicate with server.

#AWS #GitHubActions #CICD
Рекомендации по теме
Комментарии
Автор

Thanks :D (kidding :P, great video by the way!)

rog
Автор

Thank you, brother, very educational!

bubonik
Автор

It helped me a lot, thank you very much 👍

hegelchambamorocho
Автор

bro this is amazing, to the point, no bullshit

shubhamverma
Автор

Thanks for clear explanation. Really nice👍

learnsmart
Автор

thnks for this awesome tutorial @mahesh

deepaaa
Автор

Exactly the video I was looking for great explanation bro🔥🔥

mdshadab
Автор

Thanks for the video, One question I have Who we manage the env of the backend with this manner

prasadlakshan
Автор

Thank you for this, please could you do another approach using kubernetes and docker for a react frontend and express backend with postgres database

adesojialu
Автор

Awesome information, thank you!

Although I don't think the "npm run build" is necessary on the front end since there's already a "npm run build --if-present" before that that builds a project as long as there's a "build" script in your package.json (which there is, otherwise you wouldn't be able to run npm run build).

okamimoushiyou
Автор

Thanks for this vedio. However can u make a updated vedio with Basic MERN THAT INTGRATES EVERY STACK (MERN) end to end so that itwould be helpful where changes needed while integrating frontend to backend .

neerajarao
Автор

thank you for video! I have a question.. so I do not need to git clone when using github actions ? and if I already git clone and deploy the app, if I want to set up auto deploy with github actions, I need to remove the foler for git?

tajihr
Автор

Hi can you help me im trying to implement same example but getting an error exit with error

alrazy
Автор

My Backend is not working when i hit ip address with /api/ param it shows cannot GET / But particular API is present at my backend route file

punittewani
Автор

thanks, bro.. it was helpful. I have single repository for the frontend(react js) and backend(Springboot). how do I create .yaml file for frontend. does cd frontend && npm test works in yaml ?

kedarshivshette
Автор

Hey! So at the 5th minute where u do sudo ssh -i ".pem" etc etc, it does not work for me. I get the error login as ubuntu rather than root. I cant find a solution online for this, so the rest of the video is useless to me as I cannot proceed. CAn u help?

gandalfg
Автор

dude, great tutorial, big thanks
just curious, does your tab button broken?🙃

fin
Автор

Thanks for the video. I am using the free tier on AWS and whenever I create more than one runner, the first one goes offline . Is there a way around it?

tyscyre
Автор

hi sir, i havefollowing this tutorial, and when github action running it's job. It suddenly freeze and ec2 system checks said it's not reachable? do you know why?

witchestify
Автор

Thank you for a thorough tutorial. I face one issue however. When I try to deploy my frontend, "Run npm ci" keeps running. Eventually it disconnects. Any suggestions?

AndreasEngly