Skip to content

Content and Code related to Springboot application deployment using jenkins

Notifications You must be signed in to change notification settings

vincentchemouny/springboot-autodeployment

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

springboot-autodeployment

Content and Code related to Springboot application deployment using jenkins

This repository contains below files :

  1. Dockerfile : Docker file template to build docker image using the jar file build from maven.
  2. dockerBuild.sh : Shell script that we can use to build docker image of spring boot application.
  3. template.json : Task configuration to update ECS task definition.
  4. deployToECS.sh : Shell script that we can use to update task definition and ECS service using template.json as task specifications.

About

Content and Code related to Springboot application deployment using jenkins

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 46.1%
  • Shell 43.6%
  • Dockerfile 10.3%