CI/CD Workflow: Deploying Node.js Apps with GitHub Actions
Let’s understand the problem here. What is the common workflow? We push the code to GitHub, and from an EC2 instance or any other VPS, we git pull the code and run Docker.
This workflow is fine if it is done once, but if the code is constantly updati...
varunraj30.hashnode.dev3 min read