Forum | Documentation | Website | Blog

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

missed a cp

parent 385c0033
Branches
Tags
No related merge requests found
......@@ -76,12 +76,12 @@ HERE
# Update docs.beagleboard.org
if [ "$CI_COMMIT_TAG" != "" ]; then
if [ "$VER_DIR" = "latest" ]; then
cp public/index.html /var/www/docs
fi
mkdir -p ~/.ssh
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/
fi
rsync -v -a --delete public/$VER_DIR/. docs@beagleboard.org:/var/www/docs/$VER_DIR
fi
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