Content and Code related to Springboot application deployment using jenkins
- Dockerfile : Docker file template to build docker image using the jar file build from maven.
- dockerBuild.sh : Shell script that we can use to build docker image of spring boot application.
- template.json : Task configuration to update ECS task definition.
- deployToECS.sh : Shell script that we can use to update task definition and ECS service using template.json as task specifications.