Deploy Node.js to Amazon EC2 and ECR Automatically with GitHub Actions
In this blog we will learn how to create a node application, run it using docker, push the image to AWS ECR and deploy to AWS EC2 instance using the latest image from ECR, automatically using GitHub Actions. First we will learn few insights about the...




