提交 70f9bb1b 编写于 作者: 梦境迷离's avatar 梦境迷离

add sh for deploy

上级 cbab7af1
#!/bin/bash
git pull origin master
gradle clean build
gradle bootRepackage
nohup java -jar dist/LayIM-1.2.1.jar >layim.log 2>&1 &
tail -f layim.log
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册