Skip to content
Snippets Groups Projects

add htaccess and modify deploy command

Merged Christoph Groth requested to merge htaccess into master
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -409,8 +409,8 @@ REDIRECTIONS = []
# in a `nikola deploy` command as you like.
DEPLOY_COMMANDS = {
'default': [
"rsync -rav --delete --filter 'P /doc' output/ <USER@TARGET/DIR>",
"rsync -av htaccess-apache <USER@TARGET/DIR>/.htaccess",
"rsync -rav --delete --filter 'P /doc' output/* kwant@kwant-project.org",
"rsync -av htaccess-apache kwant@kwant-project.org/.htaccess",
]
}
Loading