change deploy

This commit is contained in:
nek0 2018-11-08 21:37:12 +01:00
parent 6ca831e624
commit d76c942108
2 changed files with 3 additions and 3 deletions

View file

@ -8,8 +8,8 @@ To write new posts just invoke `newpost.sh`. This will guide you through the
process. process.
After you have written and saved the new post, add the post (you can find it in After you have written and saved the new post, add the post (you can find it in
`site/posts/`) to the repo, commit and push it. The hook should rebuild the site `site/posts/`) to the repo, commit and push it. Ping me at <nek0@nek0.eu> to
content. rebuild the blog.
## Altering building process ## Altering building process

View file

@ -139,7 +139,7 @@ postCtx =
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------
config :: Configuration config :: Configuration
config = defaultConfiguration config = defaultConfiguration
{ deployCommand = "rsync --del --checksum -rv _site/* ../chaoszone-run/" { deployCommand = "rsync --del --checksum -arve 'ssh -p 5555 ' _site/* nek0@chelnok.de:/home/nek0/www/chaoszone"
} }
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------