change deploy command
This commit is contained in:
parent
9ae0f07327
commit
d589d9ce79
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ postCtx =
|
|||
--------------------------------------------------------------------------------
|
||||
config :: Configuration
|
||||
config = defaultConfiguration
|
||||
{ deployCommand = "rsync --del --checksum -rav _site/* ../chaoszone-run/"
|
||||
{ deployCommand = "rsync --del --checksum -rv _site/* ../chaoszone-run/"
|
||||
}
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in a new issue