Skip to content

ssh protocol based deployment tools with pure java implements

Notifications You must be signed in to change notification settings

all3n/jobdeploy

Repository files navigation

jobdeploy

Maven Docker Version

What's Jobdeploy

jobdeploy is a full java implement automation cli tool deploy over SSH Protocol,it config by JSON and less Dependencies

Install[recommand]

replace JD_HOME with your deploy path

JD_HOME=$HOME/opt/jobdeploy && mkdir -p $JD_HOME/bin && cd $JD_HOME/bin && wget -O deploy https://raw.githubusercontent.com/all3n/jobdeploy/master/script/deploy && chmod +x ./deploy && ./deploy --update

Install [source]

git clone https://github.com/all3n/jobdeploy.git
cd jobdeploy
./install $HOME/opt/jobdeploy

Contents

Support

Runtime Dependencies

  • maven
  • java 1.8

Update

deploy --update