Skip to content
Snippets Groups Projects
Commit 45b5d4f2 authored by Anton Akhmerov's avatar Anton Akhmerov
Browse files

fix rsync filter

parent d9df9579
No related branches found
No related tags found
No related merge requests found
......@@ -414,7 +414,7 @@ REDIRECTIONS = []
# in a `nikola deploy` command as you like.
DEPLOY_COMMANDS = {
'default': [
"rsync -rav -e 'ssh -i deploy_key' --delete --filter 'P /doc' output/* kwant@kwant-project.org:",
"rsync -rav -e 'ssh -i deploy_key' --delete --filter 'P doc/*' output/* kwant@kwant-project.org:",
"rsync -av -e 'ssh -i deploy_key' htaccess-apache kwant@kwant-project.org:/.htaccess",
]
}
......
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