deploy on production server ……… git pull-> maven build -> run jar

We started to decouple our codebase to multiple microservices.

we created a few java springboot microservices.

Our deploy strategy

Once we commit our files to git.
our deploy script will git pull the changes to the production server
do -> mvn build -> move JAR to a path -> start it up.

And its incredibly fast.

What do you think about this approach?

原文链接:deploy on production server ……… git pull-> maven build -> run jar

© 版权声明
THE END
喜欢就支持一下吧
点赞8 分享
评论 抢沙发

请登录后发表评论

    暂无评论内容