DEV Community

GitHub Action with EC2 using SSH

Ravi Agheda on August 25, 2023

It's pretty easy to set up GitHub action with AWS EC2 for deployments using SSH key, follow these 3 breakdowns to implement the pipeline. ...
Collapse
 
harikarumuri profile image
HariKarumuri • Edited

is this ci/cd?
when i commit and push code to github , will it directly change in ec2 ngnix?

Collapse
 
raviagheda profile image
Ravi Agheda

Yes, Indeed.