Deploy react-app on EC2 instance using github actions | Pipeline | CI/CD

preview_player
Показать описание
This video shows step by step procedure to deploy a react application on an amazon EC2 instance using GitHub actions.

Here is the initial setup for default nginx file:
server {
listen 80 default_server;
server_name _;

# react app & front-end files
location / {
root __path__;
}
}

#github #githubactions #react #reactjs #reactjstutorial #deployment #ec2 #instance #pipeline #cicd
Рекомендации по теме
Комментарии
Автор

I tried with other videos but nobody showed the truth of the permission issue ... This is really really very useful.
Thankyou so much

AKSR_Aman_Kumar
Автор

thank you so much bro. this video is like a life saver to me now. great video

subhamshaw
Автор

you are such a wonderful genius✨. thank you much

good_dev
Автор

successfully complete once .
but on commiting new changes to my react project it shows 500 Internal Server Error
nginx/1.24.0 (Ubuntu) on commit changes to code

_mohitgour
Автор

Can we use the runners on one instance to deploy to another instance?

amaangigani
Автор

Where do add the initial setup for default nginx this video is the best when compared to all other videos!!! kudos

rushanemunganda
Автор

i have a react frontend and express node js backend, how do iset them up too and what do i need to do in the nginx directorty?

adesojialu
Автор

how it is served without giving any port number ? even without giving any inbound rule.

SumitRawat-ivss
Автор

Could you upload video that explain about this sequence?? or any good refs?? I want to understand more deeply not only follow your video☺

good_dev
Автор

i have an express js backend and react frontend, how will i do it?

adesojialu
Автор

how to write the react.js code in server and how to deploy the code in ansible please explain

balasubramaniam
Автор

do i need jvm installed on my machine to install nginix?? because it says could.nt complete operation unable to locate java runtime

satyaganesh
Автор

i am getting stuck on "npm ci".. is there any solution?

kazinafizanam
Автор

self hosted runners on github actions seem to be on beta still.

emmanueljoshuamonta
Автор

can u give ur source code github repo link to practice myself

naren
Автор

"_work" directory is not created please anyone help

ShubhamChadokar-kb
Автор

Not helpful. At least explain what you're writing

nishantnimish