Opening book details…
Can I read Deploy Node App to EC2 via GitHub Actions on EtoBox?
Deploy Node App to EC2 via GitHub Actions by paracafa is a document available to read on EtoBox.
What is Deploy Node App to EC2 via GitHub Actions about?
This document discusses deploying a Node.js application to an Amazon EC2 instance using GitHub Actions. The key steps are: 1. Create an EC2 instance and configure security groups to allow HTTP/HTTPS traffic. 2. Assign an elastic IP address and configure the domain name to point to the EC2 instance. 3. SSH into the server, install Nginx and configure it to proxy traffic to the Node.js app running on port 3000. 4. Install Node.js and PM2 via NVM. 5. Create a GitHub Actions workflow that builds, tests
- Author
- paracafa
- Language
- EN