This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#step 1- Push Your code into Github | |
#step2 - Create aws instance | |
#step3 - connect to aws instance | |
#step4 - Go to Setting in Your Repository | |
#step5 - Click on Action - choose runners |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Steps to deploy a Node.js app to aws using PM2, NGINX as a reverse proxy and an SSL from LetsEncrypt | |
## 1. Create Free AWS Account | |
Create free AWS Account at https://aws.amazon.com/ | |
## 2. Create and Lauch an EC2 instance and SSH into machine | |
I would be creating a t2.medium ubuntu machine for this demo. | |
## 3. Install Node and NPM | |
``` |