From 9b52d40a54d4213502ab53ec8b0fec7ef863cb28 Mon Sep 17 00:00:00 2001 From: Brandon Mathis Date: Thu, 25 Aug 2011 16:58:02 -0400 Subject: removed octopress.org rsync deploy config from Rakefile. Oops --- Rakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Rakefile') diff --git a/Rakefile b/Rakefile index b117d0c2..4c5017b5 100644 --- a/Rakefile +++ b/Rakefile @@ -4,8 +4,8 @@ require "stringex" ## -- Rsync Deploy config -- ## # Be sure your public key is listed in your server's ~/.ssh/authorized_keys file -ssh_user = "mathisweb@octopress.org" -document_root = "~/octopress.org/" +ssh_user = "user@domain.com" +document_root = "~/website.com/" deploy_default = "rsync" # This will be configured for you when you run config_deploy -- cgit v1.2.1