Skip to content
Snippets Groups Projects
Commit 10ee010b authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Don't show progress during doc upload

parent 73b3c172
No related branches found
No related tags found
No related merge requests found
#! /bin/bash
cat > _build/html/.htaccess <<EOF
AuthUserFile /home/andreas/htpasswd
AuthGroupFile /dev/null
AuthName "Pre-Release Documentation"
AuthType Basic
require user iliketoast
EOF
rsync --progress --verbose --archive --delete _build/html/{.*,*} doc-upload:doc/loopy
rsync --verbose --archive --delete _build/html/{.*,*} doc-upload:doc/loopy
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment