From 060c3bf804adc26fbcb3934a0f08b1c4a48570d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Sun, 3 Jun 2012 17:23:13 +0200 Subject: [PATCH] add rsync settings --- Rakefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Rakefile b/Rakefile index 9367ea1..ebffc36 100644 --- a/Rakefile +++ b/Rakefile @@ -4,10 +4,10 @@ require "stringex" ## -- Rsync Deploy config -- ## # Be sure your public key is listed in your server's ~/.ssh/authorized_keys file -ssh_user = "user@domain.com" +ssh_user = "joerg@higgsboson.tk" ssh_port = "22" -document_root = "~/website.com/" -rsync_delete = false +document_root = "/srv/http/blog/" +rsync_delete = true rsync_args = "" # Any extra arguments to pass to rsync deploy_default = "rsync"