Tech
Automating Deployment with Github Actions
Deploying to a Server You Can't Reach: Building a CI/CD Pipeline with AWS SSM and OIDC
From pushing code manually to building, testing, containerizing, and deploying every change automatically.
In the previous article, we learned how to spin up a functioning network and compute resources on AWS, and deploy our application on them. Let's remember a key architectural decision: our EC2 instance is in a private subnet, shielded from the internet.
Now we have a problem. It gets tedious to ...
Read the full discussion on Dev.to
This article was aggregated from Dev.to. Click to join the conversation.
View on Dev.to