Back to Browse

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

17.5K views
Sep 11, 2022
11:13

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__; try_files $uri /index.html; } } #github #githubactions #react #reactjs #reactjstutorial #deployment #ec2 #instance #pipeline #cicd

Download

1 formats

Video Formats

360pmp414.4 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

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