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

typo in deploy location

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