change deploy
This commit is contained in:
parent
6ca831e624
commit
d76c942108
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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"
|
||||||
}
|
}
|
||||||
|
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in a new issue