Spring Boot Gradle build to ECS: A simple Github Actions workflow
Where I started?
I already had a Spring boot microservice that builds with Gradle and has a docker file. I used to manually deploy in ECS. I needed to automate this workflow so that it deploys automatically on commit.
Here is what I already had,
Git...
rameshl.hashnode.dev6 min read