githook-auto-deploy:Auto deploy when pushed code to git 实现代码推送git后,自动发布部署

时间:2024-06-05 21:18:15
【文件属性】:

文件名称:githook-auto-deploy:Auto deploy when pushed code to git 实现代码推送git后,自动发布部署

文件大小:8KB

文件格式:ZIP

更新时间:2024-06-05 21:18:15

Java

git-auto-deploy Abstract Auto deploy when pushed code to git; 代码推送自动部署; using git-hook and spring-boot; 使用git-hook 与spring-boot实现; 发布机器上部署本服务,通过github(gitlab) web hook push event 触发回调本服务api,执行用户配置的发布脚本。 Feature 多用户、多项目的权限控制, 重复事件过滤机制; 邮件提醒功能; Getting started : write deploy shell 自己写好发布脚本(拉取最新代码、打包、重启等, 放在项目目录下) Eg: ~/project/deploy.sh start 启动本服务 (DNS: ip:port -> domain) Eg: java -jar githook-dep


【文件预览】:
githook-auto-deploy-master
----src()
--------main()
----README.md(2KB)
----pom.xml(2KB)

网友评论