0 Star 0 Fork 1

夏哥 / deploy

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.en.md 538 Bytes
一键复制 编辑 原始数据 按行查看 历史
xlongwei 提交于 2021-07-19 10:49 . bug fix

deploy

Description

windows git-bash auto deploy tool

Instructions

cd /d/workspace/parent
curl https://t.xlongwei.com/windows/deploy.jar -o deploy.jar
jar xvf ${SSHDEPLOY:-.}/deploy.jar config/
cp config/* ./ && rm -rf config/
vi ~/.bashrc
alias jssh='java -cp ${SSHDEPLOY:-.}/deploy.jar com.xlongwei.deploy.Ssh'
alias jscp='java -cp ${SSHDEPLOY:-.}/deploy.jar com.xlongwei.deploy.Scp'
alias jcron='java -cp ${SSHDEPLOY:-.}/deploy.jar com.xlongwei.deploy.Cron'
source ~/.bashrc && jscp -h
export SSHPASS=passwd
jcron
1
https://gitee.com/xlongwei/deploy.git
git@gitee.com:xlongwei/deploy.git
xlongwei
deploy
deploy
master

搜索帮助