Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit d0515099 authored by Jason Kridner's avatar Jason Kridner
Browse files

use right rsync args

parent b9e0da3d
Branches
Tags 1.0.20240604
No related merge requests found
......@@ -80,7 +80,7 @@ HERE
eval "$(ssh-agnet -s)"
echo "${PRIVATE_KEY}" | base64 -d | ssh-add -
if [ "$VER_DIR" = "latest" ]; then
rsync -v -a --delete public/index.html docs@beagleboard.org:/var/www/docs/
rsync -v public/index.html docs@beagleboard.org:/var/www/docs/
fi
rsync -v -a --delete public/$VER_DIR/. docs@beagleboard.org:/var/www/docs/$VER_DIR
fi
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment