/AutomaticDeployJavaMavenProject

Linux Bash Shell Automatic Deploy Java Maven Project( Remote deploy supported)

Primary LanguageShell

AutomaticDeployJavaMavenProject

Linux Bash Shell Automatic Deploy Java Maven Project( Remote deploy supported)

Please modify those setting in shell script file.

user_defined_project_clone="ssh://git@xxx/xxx.git"

user_defined_deploy_target_host_ip="xxx.xxx.xxx.xxx"

user_defined_project_top_directory_to_target_host="/path/to/deploy"

More infomation can goto Linux Shell脚本之远程自动化部署java maven项目

Good luck, :)