Skip to content
New issue

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

Add deploy command for docs #8

Open
remear opened this issue Dec 19, 2014 · 2 comments
Open

Add deploy command for docs #8

remear opened this issue Dec 19, 2014 · 2 comments

Comments

@remear
Copy link

remear commented Dec 19, 2014

@wubot deploy docs 1.52

@mahmoudimus
Copy link
Contributor

can you give me more information on how you actually deploy the docs now? what's the rsync command?

@remear
Copy link
Author

remear commented Dec 19, 2014

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants