diff options
Diffstat (limited to 'ikiwiki/Makefile')
-rw-r--r-- | ikiwiki/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ikiwiki/Makefile b/ikiwiki/Makefile index a9499b1..7c08b33 100644 --- a/ikiwiki/Makefile +++ b/ikiwiki/Makefile @@ -21,7 +21,7 @@ web: web_deploy: #git push web #git annex sync - @rsync -avz --delete www/ blog:/var/sites/blog/www/ + @rsync -avz --delete www/ templates:/var/sites/templates/www/ post_update: git config receive.denyCurrentBranch ignore |