shell脚本自动部署springboot服务

配置一次后执行脚本即可自动部署springboot服务。

1.前置环境:

自行百度git、mvn、java环境。

#git配置
git config --global user.name "www"

git config --global user.email "[email protected]"

#生成公钥
ssh-keygen -t rsa -C "[email protected]"

#查看公钥

cd ~/.ssh/

2.脚本

shell脚本自动部署springboot服务_第1张图片

shell脚本自动部署springboot服务_第2张图片

 

3.启动命令: sh deploy.sh

你可能感兴趣的:(linux)