edy
v0.0.19
Published
easy-deploy library & cli
Downloads
9
Readme
edy = (e)asy-(d)eplo(y)
source example
git
edy https://host.com/test/test.git /home/dir/project
svn
edy https://id:[email protected]/project/trunk /home/dir/project
ftp
edy ftp://id:[email protected]/project /home/dir/project
rsync
edy rsync://id:[email protected]/project /home/dir/project
scp
edy scp://id:[email protected]/project /home/dir/project
target example
ftp sync (if file is not exists, delete a file in target)
edy /home/dir/files/ ftp://id:[email protected]/root/sub/
rsync
edy /home/dir/files/ rsync://host.com/root/sub/
scp
edy /home/dir/files/ scp://host.com/root/sub/
remote command
edy -c "cd test; ./start.sh" ssh://id:[email protected]/root/sub
load task file
edy run task.edy