From d76c9421086dc8053d266dea88e6733c69854a08 Mon Sep 17 00:00:00 2001 From: nek0 Date: Thu, 8 Nov 2018 21:37:12 +0100 Subject: [PATCH] change deploy --- README.md | 4 ++-- src/Main.hs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ca0cb73..735efc9 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,8 @@ To write new posts just invoke `newpost.sh`. This will guide you through the process. 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 -content. +`site/posts/`) to the repo, commit and push it. Ping me at to +rebuild the blog. ## Altering building process diff --git a/src/Main.hs b/src/Main.hs index 4d9fb61..2983e31 100644 --- a/src/Main.hs +++ b/src/Main.hs @@ -139,7 +139,7 @@ postCtx = -------------------------------------------------------------------------------- config :: Configuration 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" } --------------------------------------------------------------------------------