Browse code

removed octopress.org rsync deploy config from Rakefile. Oops

Brandon Mathis authored on 25/08/2011 at 20:58:02
Showing 1 changed files
... ...
@@ -4,8 +4,8 @@ require "stringex"
4 4
 
5 5
 ## -- Rsync Deploy config -- ##
6 6
 # Be sure your public key is listed in your server's ~/.ssh/authorized_keys file
7
-ssh_user       = "mathisweb@octopress.org"
8
-document_root  = "~/octopress.org/"
7
+ssh_user       = "user@domain.com"
8
+document_root  = "~/website.com/"
9 9
 deploy_default = "rsync"
10 10
 
11 11
 # This will be configured for you when you run config_deploy