Issue
I deployed a node js app on AWS EC2 amazon linux 2 so now I'm trying to update my project how can I push new changes of node app to EC2
Solution
The simplest way I've found for EC2 is to SSH to the machine, then do a git pull
from your repo, onto the machine.
Answered By - Tobin Answer Checked By - Timothy Miller (WPSolving Admin)