We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@wubot deploy docs 1.52
The text was updated successfully, but these errors were encountered:
can you give me more information on how you actually deploy the docs now? what's the rsync command?
Sorry, something went wrong.
From the root docs project directory:
make clean && make all for host in balanced-www-01 balanced-www-02 do time rsync --delete --whole-file --recursive --links --devices -vzPO --no-owner --no-group --perms build/1.1/ deploy@$host:/var/lib/justice/docs/1.1 time rsync --delete --whole-file --recursive --links --devices -vzPO --no-owner --no-group --perms build/1.0/ deploy@$host:/var/lib/justice/docs/1.0 time rsync --delete --whole-file --recursive --links --devices -vzPO --no-owner --no-group --perms build/static/ deploy@$host:/var/lib/justice/docs/static done
No branches or pull requests
@wubot deploy docs 1.52
The text was updated successfully, but these errors were encountered: