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"