1 Star 0 Fork 154

bloy/auto_build_shell

forked from 芝麻谷/auto_build_shell 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
config 1.58 KB
一键复制 编辑 原始数据 按行查看 历史
芝麻谷 提交于 2017-04-09 21:58 . [Summary]
#远程服务器路径
config_remote_server_paths=(/home/product/installed/apache-tomcat-8.5.9)
#远程服务器用户
config_remote_users=(root)
#远程服务器ip
config_remote_ips=(ip)
#远程服务器端口
config_remote_ports=(22)
#远程服务器密码 可以不设置如果你的记性足够好
config_remote_pwds=(password)
#maven打包用的远程profiles 如果没有就不设置
config_remote_profiles=(prod)
#远程server_flags 一般习惯于设置成ip地址最后一个点后面的值
config_remote_server_flags=(5)
#本地profile 如果没有就不设置
config_local_profile=""
#本地tomcat webapps目录
config_local_server_path="/Users/houjinxin/Documents/apache-tomcat-8.5.9"
#项目远程build路径
config_remote_project_basepath="/Users/houjinxin/Documents"
#maven本地路径 如果环境变量里配置了此处不用配置
config_maven_home=""
#项目本地路径 工程的父级目录
config_local_project_basepath="/Users/houjinxin/Documents"
#项目名称
config_project_name="maiev"
#war包所在的maven子模块,只支持一个war包的工程 为空时代表在父及目录下的target中存在war包
config_war_sub_project_name="maiev-web"
#war包名
config_war_name="maiev.war"
#远程重启shell目录 将restart脚本放到远程服务器指定的目录下,即可远程重启tomcat
config_remote_shell_dir="/home/product"
#项目git地址
config_repository_url="https://git.oschina.net/yangsj/maiev.git"
#本地tocmat进程唯一筛选条件,本地多实例部署时根据这一个条件杀死指定进程
config_local_tomcat_process_name="apache-tomcat-8.5.9"
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Shell
1
https://gitee.com/zhiyuexin/auto_build_shell.git
git@gitee.com:zhiyuexin/auto_build_shell.git
zhiyuexin
auto_build_shell
auto_build_shell
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385